guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: leptonica: Do not propagate any inputs.


From: guix-commits
Subject: 02/04: gnu: leptonica: Do not propagate any inputs.
Date: Mon, 4 May 2020 10:32:40 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1c60bd324402290133e17e132ffd92cf78590e8b
Author: Marius Bakke <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]