aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorpjotrp2018-01-30 10:25:08 +0000
committerpjotrp2018-01-30 10:25:08 +0000
commitb84bf9090c2400eb83fca6ee0ea1b50a2fef4ab9 (patch)
tree8ad42ad3729a0e3e8f8f4b2e0946442c07444fa0 /gn
parentc64d46d3ceb9baac1108bf33e47e18a91c43e53d (diff)
downloadguix-bioinformatics-b84bf9090c2400eb83fca6ee0ea1b50a2fef4ab9.tar.gz
Gunicorn with inotify
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/genenetwork.scm1
-rw-r--r--gn/packages/python.scm4
2 files changed, 4 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 479f694..705c511 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -185,6 +185,7 @@ location of a putative QTL.")
("git" ,git)
("which" ,which)
("grep" ,grep)
+ ("inotify-tools" ,inotify-tools)
("r" ,r)
("r-ctl" ,r-ctl)
("r-phewas" ,r-phewas)
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index d489b7a..9678504 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -125,7 +125,9 @@ functions.")
(base32
"08mnl5l1p47q5wk38d7mafnhsqk50yba0l9kvc2vwrx61jgidqgf"))))
(build-system python-build-system)
- (arguments `(#:tests? #f)) ;; No tests.
+ (arguments `(
+ #:python ,python-2 ; GN2 is still python2
+ #:tests? #f)) ;; No tests.
(home-page "http://gunicorn.org")
(synopsis
".")