guix-patches
[Top][All Lists]
Advanced

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

[bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs.


From: Danny Milosavljevic
Subject: [bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs.
Date: Mon, 5 Feb 2018 09:15:04 +0100

* gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf,
util-linux to propagated-inputs.
---
 gnu/packages/glib.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 2c339c17d..4d689ca24 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -733,17 +733,18 @@ programming langauage.  It also contains the utility
      `(("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")         ; for glib-compile-resources
        ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("gcab" ,gcab) ; for .pc file
+       ("gdk-pixbuf" ,gdk-pixbuf) ; for .pc file
+       ("util-linux" ,util-linux))) ; for .pc file
     (inputs
-     `(("gdk-pixbuf" ,gdk-pixbuf)
-       ("gcab" ,gcab)
-       ("glib" ,glib)
+     `(("glib" ,glib)
        ("gperf" ,gperf)
        ("gtk+" ,gtk+)
        ("json-glib" ,json-glib)
        ("libarchive" ,libarchive)
        ("libsoup" ,libsoup)
-       ("libyaml" ,libyaml)
-       ("util-linux" ,util-linux)))     ; for libuuid
+       ("libyaml" ,libyaml)))
     (arguments
      `(#:configure-flags
        (list "-Ddep11=false"





reply via email to

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