summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-02-02 15:18:17 -0500
committerMark H Weaver <mhw@netris.org>2015-02-02 15:19:12 -0500
commit4e7a137a838cf06e8843bb21c63715ddceb98313 (patch)
treea6aa96c167b32876f8742156e7cd0e475d12adfe
parentca4077561f074b839ad45b4b213f82b853b989e3 (diff)
downloadgnu-guix-4e7a137a838cf06e8843bb21c63715ddceb98313.tar
gnu-guix-4e7a137a838cf06e8843bb21c63715ddceb98313.tar.gz
Revert "gnu: python-matplotlib: Remove python-pillow input."
python-pillow is now fixed, so we can add it back. This reverts commit dfbc33dceb803a3d54840613b08dc98f7be75f60.
-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 4b306952c1..95b4ee4287 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2192,7 +2192,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)