guix-commits
[Top][All Lists]
Advanced

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

52/83: gnu: libgsf: Correct inputs.


From: guix-commits
Subject: 52/83: gnu: libgsf: Correct inputs.
Date: Fri, 26 Mar 2021 17:18:38 -0400 (EDT)

lle_bout pushed a commit to branch core-updates
in repository guix.

commit 0ba9fee14da764011e77a9ed1ff1a1bd7c337ca2
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:11:02 2021 -0500

    gnu: libgsf: Correct inputs.
    
    * gnu/packages/gnome.scm (libgsf) [native-inputs]: Add python-wrapper.
    [propagated-inputs]: Move gdk-pixbuf to ...
    [inputs]: ... here.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 48f8b09..101d87c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3300,13 +3300,14 @@ XML/CSS rendering engine.")
        ("gobject-introspection" ,gobject-introspection)
        ("perl" ,perl)
        ("perl-xml-parser" ,perl-xml-parser)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("python" ,python-wrapper)))
     (inputs
      `(("bzip2" ,bzip2)
+       ("gdk-pixbuf" ,gdk-pixbuf)
        ("zlib" ,zlib)))
     (propagated-inputs
-     `(("gdk-pixbuf" ,gdk-pixbuf)
-       ("glib" ,glib)
+     `(("glib" ,glib)
        ("libxml2" ,libxml2)))
     (home-page "https://www.gnome.org/projects/libgsf";)
     (synopsis "GNOME's Structured File Library")



reply via email to

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