summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorFederico Beffa <beffa@fbengineering.ch>2015-01-14 15:42:11 +0100
committerFederico Beffa <beffa@fbengineering.ch>2015-01-18 18:05:53 +0100
commitdfbc33dceb803a3d54840613b08dc98f7be75f60 (patch)
tree2d900baa1ae2d94b6c2e2c4531f078f024db9107 /gnu
parent8597ab7d22855d8388edcf36c435b8ccfffead8f (diff)
downloadguix-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')
-rw-r--r--gnu/packages/python.scm2
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)