gnu: network-manager: Propagate GLIB.
* gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib.
This commit is contained in:
parent
cc30a47273
commit
b93502d6ba
|
@ -4423,6 +4423,8 @@ users.")
|
||||||
"rundir=/tmp"
|
"rundir=/tmp"
|
||||||
"statedir=/tmp"
|
"statedir=/tmp"
|
||||||
"install")))))))
|
"install")))))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("glib" ,glib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for gdbus-codegen
|
`(("glib:bin" ,glib "bin") ; for gdbus-codegen
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
|
|
Loading…
Reference in New Issue