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
|
||||
'("-Dappindicator=yes")))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(list intltool
|
||||
`(,glib "bin") ; for glib-compile-resources, etc.
|
||||
gobject-introspection
|
||||
gtk-doc/stable
|
||||
pkg-config))
|
||||
(propagated-inputs
|
||||
;; libnm-gtk.pc refers to all these.
|
||||
(list dbus-glib gtk+ network-manager
|
||||
|
|
Loading…
Reference in a new issue