From dfbc33dceb803a3d54840613b08dc98f7be75f60 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 14 Jan 2015 15:42:11 +0100 Subject: gnu: python-matplotlib: Remove python-pillow input. * gnu/packages/python.scm (python-matplotlib): Remove python-pillow input as it currently is broken. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 @@ (define-public python-matplotlib ("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) -- cgit v1.2.3