From e62145984db9dc694f242e2618b9644c06144a7d Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 11 Aug 2016 16:23:34 +0000 Subject: [PATCH] gnu: Add python2-stem. * gnu/packages/python.scm (python2-stem): New variable. --- gnu/packages/python.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e044698..d893f57 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9883,3 +9883,6 @@ etc.") control protocol to script against the Tor process and read descriptor data relays publish about themselves.") (license lgpl3))) + +(define-public python2-stem + (package-with-python2 python-stem)) -- 2.9.2