mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: network-manager-applet: Remove input labels.
* gnu/packages/gnome.scm (network-manager-applet)[native-inputs]: Remove labels.
This commit is contained in:
parent
85eab13718
commit
f7902a68f9
1 changed files with 5 additions and 5 deletions
|
@ -8189,11 +8189,11 @@ (define-public network-manager-applet
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
'("-Dappindicator=yes")))
|
'("-Dappindicator=yes")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
(list intltool
|
||||||
("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
|
`(,glib "bin") ; for glib-compile-resources, etc.
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk-doc" ,gtk-doc/stable)
|
gtk-doc/stable
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; libnm-gtk.pc refers to all these.
|
;; libnm-gtk.pc refers to all these.
|
||||||
(list dbus-glib gtk+ network-manager
|
(list dbus-glib gtk+ network-manager
|
||||||
|
|
Loading…
Reference in a new issue