mbakke pushed a commit to branch master
in repository guix.

commit 1c60bd324402290133e17e132ffd92cf78590e8b
Author: Marius Bakke <[email protected]>
AuthorDate: Mon May 4 16:20:25 2020 +0200

    gnu: leptonica: Do not propagate any inputs.
    
    * gnu/packages/image.scm (leptonica)[propagated-inputs]: Move OPENJPEG and
    LIBWEBP ...
    [inputs]: ... here.
---
 gnu/packages/image.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 7b1d41c..3f758b7 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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

Reply via email to