diff options
author | Pjotr Prins | 2018-01-30 11:15:27 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-01-30 11:15:27 +0000 |
commit | 7da6542cdbece8787ef2ae0b42f25ea24b54b174 (patch) | |
tree | 281d14cfc096eaab4f9ceb3f0e1d88518420e952 /gn/packages/genenetwork.scm | |
parent | db13b8db8dd09ee1c4d022383070785549290dee (diff) | |
parent | f4e392ce9252e67304b74289fef0568ac1d66ac6 (diff) | |
download | guix-bioinformatics-7da6542cdbece8787ef2ae0b42f25ea24b54b174.tar.gz |
Merge branch 'master' of gitlab.com:genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 3139599..cf58b8e 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -182,7 +182,9 @@ 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) ("r" ,r) |