gnu: python-matplotlib: Remove unused input.
authorMarius Bakke <marius@gnu.org>
Wed, 11 Nov 2020 20:30:06 +0000 (21:30 +0100)
committerMarius Bakke <marius@gnu.org>
Wed, 11 Nov 2020 20:37:12 +0000 (21:37 +0100)
* gnu/packages/python-xyz.scm (python-matplotlib)[inputs]: Remove IMAGEMAGICK.

gnu/packages/python-xyz.scm

index d91e285..e5b8db0 100644 (file)
   #: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)