diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-11 21:30:06 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-11 21:37:12 +0100 |
commit | 5f799dd119f8b2396ed35add58affc301cf563db (patch) | |
tree | 386ee6ee32022bc3f131df93c38129471ce39151 | |
parent | 184598a43c0e3fd196f6015b220148db308ee83a (diff) | |
download | guix-5f799dd119f8b2396ed35add58affc301cf563db.tar.gz guix-5f799dd119f8b2396ed35add58affc301cf563db.zip |
gnu: python-matplotlib: Remove unused input.
* gnu/packages/python-xyz.scm (python-matplotlib)[inputs]: Remove IMAGEMAGICK.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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) |