diff options
author | Mark H Weaver <mhw@netris.org> | 2015-02-02 15:18:17 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-02-02 15:19:12 -0500 |
commit | 4e7a137a838cf06e8843bb21c63715ddceb98313 (patch) | |
tree | a6aa96c167b32876f8742156e7cd0e475d12adfe /gnu/packages | |
parent | ca4077561f074b839ad45b4b213f82b853b989e3 (diff) | |
download | guix-4e7a137a838cf06e8843bb21c63715ddceb98313.tar.gz guix-4e7a137a838cf06e8843bb21c63715ddceb98313.zip |
Revert "gnu: python-matplotlib: Remove python-pillow input."
python-pillow is now fixed, so we can add it back.
This reverts commit dfbc33dceb803a3d54840613b08dc98f7be75f60.
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 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) |