aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorPjotr Prins2018-11-20 08:35:20 -0600
committerPjotr Prins2018-11-20 08:35:20 -0600
commitc00702ab658aa67cd47949bd5815fccc9069b675 (patch)
tree3449fa66073facb2cf19f06eed0cb70437716bec /gn/packages/python.scm
parentd91eb394eb9e9eaf05dbb38845fd1abe6acbcb45 (diff)
downloadguix-bioinformatics-c00702ab658aa67cd47949bd5815fccc9069b675.tar.gz
Update GN2 install and gemma-wrapper
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index f254ce3..5ce44d6 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -174,9 +174,10 @@ functions.")
`(("python2-eventlet" ,python2-eventlet)
("python2-gevent" ,python2-gevent)))
(propagated-inputs
- `(("inotify-tools" ,inotify-tools)))
+ `(("python2" ,python-2)
+ ("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