unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs.
@ 2018-02-05  8:15 Danny Milosavljevic
  2018-02-09 13:44 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2018-02-05  8:15 UTC (permalink / raw)
  To: 30354

* 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"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs.
  2018-02-05  8:15 [bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs Danny Milosavljevic
@ 2018-02-09 13:44 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-02-09 13:44 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 30354

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf,
> util-linux to propagated-inputs.

I guess you can go ahead with this one, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-09 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05  8:15 [bug#30354] [FIXME] gnu: appstream-glib: Propagate some inputs Danny Milosavljevic
2018-02-09 13:44 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).