diff options
author | BonfaceKilz | 2020-08-10 17:34:47 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-10 17:39:57 +0300 |
commit | b0c38d151324e37448ade758cc48d02d89f94b60 (patch) | |
tree | bd5e6f158e9a596671019ffe3aa078627962acca /gn | |
parent | 02dafea1083877360b7fce93e5f43bcfe9845467 (diff) | |
download | guix-bioinformatics-b0c38d151324e37448ade758cc48d02d89f94b60.tar.gz |
gn: genenetwork2: Add pillow as one of the propagated-inputs
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add
python2-pillow
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index d3c4993..3cf7d98 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -322,7 +322,7 @@ implemented, light on server resource usage, and fairly speedy.") ("python2-coverage" ,python2-coverage) ("python2-flask" ,python2-flask) ("python2-gunicorn-gn" ,python2-gunicorn-gn) - ; ("python2-pillow" ,python2-pillow) - for later! + ("python2-pillow" ,python2-pillow) ;; - for later! ("python2-pil1" ,python2-pil1-gn) ("python2-piddle-gn" ,python2-piddle-gn) ("python2-cssselect" ,python2-cssselect) |