diff options
author | pjotrp | 2018-01-30 10:25:08 +0000 |
---|---|---|
committer | pjotrp | 2018-01-30 10:25:08 +0000 |
commit | b84bf9090c2400eb83fca6ee0ea1b50a2fef4ab9 (patch) | |
tree | 8ad42ad3729a0e3e8f8f4b2e0946442c07444fa0 /gn | |
parent | c64d46d3ceb9baac1108bf33e47e18a91c43e53d (diff) | |
download | guix-bioinformatics-b84bf9090c2400eb83fca6ee0ea1b50a2fef4ab9.tar.gz |
Gunicorn with inotify
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 | ||||
-rw-r--r-- | gn/packages/python.scm | 4 |
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 ".") |