diff options
author | pjotrp | 2016-03-07 11:25:53 +0000 |
---|---|---|
committer | pjotrp | 2016-03-07 11:25:53 +0000 |
commit | 2f4d42ad812517b931bc71e979824b09f6c6004a (patch) | |
tree | b8b4e6bf066f56810bac2c042677acea9ed44cc0 /gn/packages | |
parent | a4a9f2eec7a770a52bbeda64169ba9e3b1ff2583 (diff) | |
download | guix-bioinformatics-2f4d42ad812517b931bc71e979824b09f6c6004a.tar.gz |
python2-pil was missing from gn2
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index c952792..3d62d55 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -185,6 +185,7 @@ ("python2-passlib" ,python2-passlib) ("python2-piddle-gn" ,python2-piddle-gn) ("python2-redis" ,python2-redis) + ("python2-pil" ,python2-pil) ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) ("python2-scipy" ,python2-scipy) |