guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: network-manager: Propagate GLIB.


From: David Craven
Subject: 01/05: gnu: network-manager: Propagate GLIB.
Date: Tue, 2 Aug 2016 11:50:21 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit b93502d6ba2a520eb03e0a9cec14149010f00928
Author: David Craven <address@hidden>
Date:   Mon Aug 1 18:41:53 2016 +0200

    gnu: network-manager: Propagate GLIB.
    
    * gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib.
---
 gnu/packages/gnome.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 445e94a..2038f8f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4423,6 +4423,8 @@ users.")
                              "rundir=/tmp"
                              "statedir=/tmp"
                              "install")))))))
+    (propagated-inputs
+     `(("glib" ,glib)))
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for gdbus-codegen
        ("gobject-introspection" ,gobject-introspection)



reply via email to

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