diff options
author | David Craven <david@craven.ch> | 2016-08-01 18:41:53 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-08-02 13:28:21 +0200 |
commit | b93502d6ba2a520eb03e0a9cec14149010f00928 (patch) | |
tree | 2be501fb2b3fa6e69f1b75732e2ad08945d84fe3 /gnu/packages/gnome.scm | |
parent | cc30a47273c1d58f0e70c6a452c525b96d20eee0 (diff) | |
download | patches-b93502d6ba2a520eb03e0a9cec14149010f00928.tar patches-b93502d6ba2a520eb03e0a9cec14149010f00928.tar.gz |
gnu: network-manager: Propagate GLIB.
* gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 445e94a67e..2038f8f7bc 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) |