From b93502d6ba2a520eb03e0a9cec14149010f00928 Mon Sep 17 00:00:00 2001 From: David Craven Date: Mon, 1 Aug 2016 18:41:53 +0200 Subject: [PATCH] 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 445e94a67e..2038f8f7bc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4423,6 +4423,8 @@ (define-public network-manager "rundir=/tmp" "statedir=/tmp" "install"))))))) + (propagated-inputs + `(("glib" ,glib))) (native-inputs `(("glib:bin" ,glib "bin") ; for gdbus-codegen ("gobject-introspection" ,gobject-introspection)