aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-12-03 07:59:13 +0300
committerMuriithi Frederick Muriuki2018-12-03 07:59:13 +0300
commit4a1ef2cc9a5d01ca26ab99ddac73cb0fa18fbd08 (patch)
treed0d4d26d5eb02cb9e45594a810e975321ca4c982 /gn/packages/python.scm
parentb249b3ce8cfe983a042e9a7815c69239877efea8 (diff)
parentc1f2ddf52bb6372ae86fee65adfb8302dea3be13 (diff)
downloadguix-bioinformatics-4a1ef2cc9a5d01ca26ab99ddac73cb0fa18fbd08.tar.gz
Merge branch 'master' of https://gitlab.com/genenetwork/guix-bioinformatics
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