diff options
author | Muriithi Frederick Muriuki | 2018-03-26 18:10:26 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2018-03-26 18:10:26 +0300 |
commit | ea3f2e52986f5925df63e9fffa634aa267e25ec2 (patch) | |
tree | c951ba12aa997d6cb6e55baa776f86070246a979 /gn/packages/python.scm | |
parent | 2c38581c2dcfa3c224f192bfff2c00d87afc8661 (diff) | |
download | guix-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.scm | 2 |
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 |