about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
     ".")