aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-03-26 18:10:26 +0300
committerMuriithi Frederick Muriuki2018-03-26 18:10:26 +0300
commitea3f2e52986f5925df63e9fffa634aa267e25ec2 (patch)
treec951ba12aa997d6cb6e55baa776f86070246a979 /gn/packages/python.scm
parent2c38581c2dcfa3c224f192bfff2c00d87afc8661 (diff)
downloadguix-bioinformatics-ea3f2e52986f5925df63e9fffa634aa267e25ec2.tar.gz
Deactivate python 2
* With move to genenetwork3, we'll be using Python3, so forcing Python2 is no longer necessary.
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
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