From ea3f2e52986f5925df63e9fffa634aa267e25ec2 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Mon, 26 Mar 2018 18:10:26 +0300 Subject: Deactivate python 2 * With move to genenetwork3, we'll be using Python3, so forcing Python2 is no longer necessary. --- gn/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn/packages/python.scm') diff --git a/gn/packages/python.scm b/gn/packages/python.scm index a6a99c6..a4b0955 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -210,7 +210,7 @@ functions.") (propagated-inputs `(("inotify-tools" ,inotify-tools))) (arguments `( - #:python ,python-2 ; GN2 is still python2 + ;; #:python ,python-2 ; GN2 is still python2 #:tests? #f)) ;; No tests. (home-page "http://gunicorn.org") (synopsis -- cgit v1.2.3