gnu: leptonica: Do not propagate any inputs.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 4 May 2020 14:20:25 +0000 (16:20 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 4 May 2020 14:24:43 +0000 (16:24 +0200)
* gnu/packages/image.scm (leptonica)[propagated-inputs]: Move OPENJPEG and
LIBWEBP ...
[inputs]: ... here.

gnu/packages/image.scm

index 7b1d41c..3f758b7 100644 (file)
@@ -599,10 +599,8 @@ collection of tools for doing simple manipulations of TIFF images.")
        ("libjpeg" ,libjpeg)
        ("libpng" ,libpng)
        ("libtiff" ,libtiff)
-       ("libwebp" ,libwebp)))
-    (propagated-inputs
-     ;; Linking a program with leptonica also requires these.
-     `(("openjpeg" ,openjpeg)
+       ("libwebp" ,libwebp)
+       ("openjpeg" ,openjpeg)
        ("zlib" ,zlib)))
     (arguments
      '(#:phases