diff options
author | Pjotr Prins | 2016-03-09 11:22:34 -0500 |
---|---|---|
committer | Pjotr Prins | 2016-03-09 11:22:34 -0500 |
commit | 1b22d135eaf10407810cdc639d9af23efddb5330 (patch) | |
tree | e087a23758a6407001a92445f3c5b198613bb5b6 /gn/packages/python.scm | |
parent | 7f5437ebbe5980f9dbd6cad18bbebb2b0462cf7d (diff) | |
parent | d0a8f6e732ab4c0b1a93c3741f246c0ce812ef95 (diff) | |
download | guix-bioinformatics-1b22d135eaf10407810cdc639d9af23efddb5330.tar.gz |
Merge branch 'master' of github.com:roelj/guix-bioinformatics into roelj
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 6fff9a3..8157c0b 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -432,6 +432,8 @@ version ".tgz")) (build-system python-build-system) (native-inputs `(("python2-setuptools" ,python2-setuptools))) + (propagated-inputs + `(("python2-pil" ,python2-pil))) (arguments `( #:python ,python-2 |