guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libmng: Remove input labels.


From: guix-commits
Subject: 02/03: gnu: libmng: Remove input labels.
Date: Wed, 13 Jul 2022 17:34:50 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit d33f05174024421dbc89bbced81a060dacb76bae
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 7 01:00:28 2022 +0200

    gnu: libmng: Remove input labels.
    
    * gnu/packages/image.scm (libmng)[propagated-inputs]: Remove labels.
---
 gnu/packages/image.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 68e65c3043..8ba6e56128 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1336,9 +1336,7 @@ channels.")
     (build-system gnu-build-system)
     (propagated-inputs
      ;; These are all in the 'Libs.private' field of libmng.pc.
-     `(("lcms" ,lcms)
-       ("libjpeg" ,libjpeg-turbo)
-       ("zlib" ,zlib)))
+     (list lcms libjpeg-turbo zlib))
     (home-page "https://www.libmng.com/";)
     (synopsis "Library for handling MNG files")
     (description



reply via email to

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