diff options
author | pjotrp | 2018-01-30 11:13:34 +0000 |
---|---|---|
committer | pjotrp | 2018-01-30 11:13:34 +0000 |
commit | f4e392ce9252e67304b74289fef0568ac1d66ac6 (patch) | |
tree | 99497940e063d28fe76cd83adcf29387adc8447c /gn/packages/genenetwork.scm | |
parent | b84bf9090c2400eb83fca6ee0ea1b50a2fef4ab9 (diff) | |
download | guix-bioinformatics-f4e392ce9252e67304b74289fef0568ac1d66ac6.tar.gz |
Gunicorn support with inotify
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 705c511..ae49460 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -182,10 +182,11 @@ location of a putative QTL.") "0ji929xgzypyhchcfy9xa1sz04w322ibs2khc8s3qiddxjqdglrz")))) (propagated-inputs `( ;; propagated for development purposes ("python" ,python-2) ;; probably superfluous + ("coreutils" ,coreutils) ("git" ,git) + ("vim" ,vim) ("which" ,which) ("grep" ,grep) - ("inotify-tools" ,inotify-tools) ("r" ,r) ("r-ctl" ,r-ctl) ("r-phewas" ,r-phewas) |