guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libglade: Propagate inputs.


From: Andreas Enge
Subject: 02/02: gnu: libglade: Propagate inputs.
Date: Sun, 23 Aug 2015 17:36:10 +0000

andreas pushed a commit to branch master
in repository guix.

commit 92dcc23d2b8165e1e7dbca923f97435fa7dab56c
Author: Andreas Enge <address@hidden>
Date:   Sun Aug 23 19:27:48 2015 +0200

    gnu: libglade: Propagate inputs.
    
    * gnu/packages/gnome.scm (libglade): Propagate inputs gtk+-2 and libxml
      as stipulated by libglade-2.0.pc.
---
 gnu/packages/gnome.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0c50864..16f5471 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1257,9 +1257,10 @@ ported to GTK+.")
                 "1v2x2s04jry4gpabws92i0wq2ghd47yr5n9nhgnkd7c38xv1wdk4"))))
     (build-system gnu-build-system)
     (inputs
+     `(("python" ,python))) ;; needed for the optional libglade-convert program
+    (propagated-inputs
      `(("gtk+-2" ,gtk+-2)
-       ("libxml2" ,libxml2)
-       ("python" ,python))) ;; needed for the optional libglade-convert program
+       ("libxml2" ,libxml2))) ; required by libglade-2.0.pc
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "https://developer.gnome.org/libglade";)



reply via email to

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