diff options
author | Muriithi Frederick Muriuki | 2019-01-24 03:27:39 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2019-01-24 03:27:39 +0300 |
commit | 70658e4b52819cb2c5ceb189d98b2e3bbda26d4f (patch) | |
tree | 9f97d37268ad43f1034cce6eaf3e13422ca4ff92 | |
parent | 48670eaf1d59a6e52d8676bceb9f2cc996270228 (diff) | |
download | guix-bioinformatics-70658e4b52819cb2c5ceb189d98b2e3bbda26d4f.tar.gz |
gn: Add new dependency.
* gn/packages/genenetwork2.scm (python-pillow): New dependency.
-rw-r--r-- | gn/packages/genenetwork.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index f4e1372..fd07f05 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -243,6 +243,7 @@ location of a putative QTL.") ("nginx" ,nginx) ("python2-flask" ,python2-flask) ("gunicorn" ,gunicorn) + ("python2-pillow" ,python2-pillow) ("python2-cssselect" ,python2-cssselect) ("python2-elasticsearch" ,python2-elasticsearch) ("python2-htmlgen-gn" ,python2-htmlgen-gn) @@ -260,10 +261,10 @@ location of a putative QTL.") ("python2-parallel" ,python2-parallel) ("python2-parameterized" ,python2-parameterized) ("python2-passlib" ,python2-passlib) - ("python2-piddle-gn" ,python2-piddle-gn) + ;; ("python2-piddle-gn" ,python2-piddle-gn) ("python2-redis" ,python2-redis) ("python2-requests" ,python2-requests) - ("python2-pil1" ,python2-pil1) ; should move to pillow some day + ; ("python2-pil1" ,python2-pil1) ; should move to pillow some day ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) ("python2-scipy" ,python2-scipy) |