aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorBonfaceKilz2020-08-10 17:34:47 +0300
committerBonfaceKilz2020-08-10 17:39:57 +0300
commitb0c38d151324e37448ade758cc48d02d89f94b60 (patch)
treebd5e6f158e9a596671019ffe3aa078627962acca /gn/packages/genenetwork.scm
parent02dafea1083877360b7fce93e5f43bcfe9845467 (diff)
downloadguix-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/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm2
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)