summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-11 21:30:06 +0100
committerMarius Bakke <marius@gnu.org>2020-11-11 21:37:12 +0100
commit5f799dd119f8b2396ed35add58affc301cf563db (patch)
tree386ee6ee32022bc3f131df93c38129471ce39151 /gnu/packages/python-xyz.scm
parent184598a43c0e3fd196f6015b220148db308ee83a (diff)
downloadguix-patches-5f799dd119f8b2396ed35add58affc301cf563db.tar
guix-patches-5f799dd119f8b2396ed35add58affc301cf563db.tar.gz
gnu: python-matplotlib: Remove unused input.
* gnu/packages/python-xyz.scm (python-matplotlib)[inputs]: Remove IMAGEMAGICK.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d91e28585b..e5b8db02e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -138,7 +138,6 @@
#:use-module (gnu packages haskell-xyz)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages image)
- #:use-module (gnu packages imagemagick)
#:use-module (gnu packages kerberos)
#:use-module (gnu packages libevent)
#:use-module (gnu packages libffi)
@@ -4989,7 +4988,6 @@ convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.
("python-cairocffi" ,python-cairocffi)))
(inputs
`(("libpng" ,libpng)
- ("imagemagick" ,imagemagick)
("freetype" ,freetype)
("cairo" ,cairo)
("glib" ,glib)