diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-01-14 15:42:11 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2015-01-18 18:05:53 +0100 |
commit | dfbc33dceb803a3d54840613b08dc98f7be75f60 (patch) | |
tree | 2d900baa1ae2d94b6c2e2c4531f078f024db9107 /gnu/packages | |
parent | 8597ab7d22855d8388edcf36c435b8ccfffead8f (diff) | |
download | guix-dfbc33dceb803a3d54840613b08dc98f7be75f60.tar guix-dfbc33dceb803a3d54840613b08dc98f7be75f60.tar.gz |
gnu: python-matplotlib: Remove python-pillow input.
* gnu/packages/python.scm (python-matplotlib): Remove python-pillow input as
it currently is broken.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1978d1cd45..7cfbf75290 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2199,7 +2199,7 @@ that client code uses to construct the grammar directly in Python code.") ("freetype" ,freetype) ("cairo" ,cairo) ("glib" ,glib) - ("python-pillow" ,python-pillow) + ;("python-pillow" ,python-pillow) ;; FIXME: Add backends when available. ;("python-wxpython" ,python-wxpython) ;("python-pyqt" ,python-pyqt) |