guix-commits
[Top][All Lists]
Advanced

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

36/122: gnu: gdk-pixbuf: Correct inputs.


From: guix-commits
Subject: 36/122: gnu: gdk-pixbuf: Correct inputs.
Date: Fri, 11 Jun 2021 12:11:59 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 077fd7a06e00ecd203fc116549abace8164256a3
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 10:35:56 2021 -0500

    gnu: gdk-pixbuf: Correct inputs.
    
    * gnu/packages/gtk.scm (gdk-pixbuf) [propagated-inputs]: Add libx11.
    Remove libpng.
    [inputs]: Add libpng. Remove libx11.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/gtk.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6c1bc6d..7e083fa 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -609,13 +609,14 @@ highlighting and other features typical of a source code 
editor.")
     (propagated-inputs
      `( ;; Required by gdk-pixbuf-2.0.pc
        ("glib" ,glib)
-       ("libpng" ,libpng)
+       ;; Required by gdk-pixbuf-xlib-2.0.pc
+       ("libx11" ,libx11)
        ;; Used for testing and required at runtime.
        ("shared-mime-info" ,shared-mime-info)))
     (inputs
      `(("libjpeg" ,libjpeg-turbo)
-       ("libtiff" ,libtiff)
-       ("libx11"  ,libx11)))
+       ("libpng"  ,libpng)
+       ("libtiff" ,libtiff)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("gettext" ,gettext-minimal)



reply via email to

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