guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: appstream-glib: Propagate some inputs.


From: Danny Milosavljevic
Subject: 01/01: gnu: appstream-glib: Propagate some inputs.
Date: Fri, 9 Feb 2018 11:06:40 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit a48b877e600769440c593449f4fd7c430be76684
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Feb 5 09:15:04 2018 +0100

    gnu: appstream-glib: Propagate some inputs.
    
    * 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 2c339c1..4d689ca 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]