diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-01 20:44:01 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 22:22:52 +0200 |
commit | f7902a68f9b321a485f39e4e31614ba0de155ea1 (patch) | |
tree | ed647660c7de8abfd415c0d949893bfc9e2b880b /gnu | |
parent | 85eab13718504b69655eebc427f62386e882bdd5 (diff) | |
download | guix-f7902a68f9b321a485f39e4e31614ba0de155ea1.tar.gz |
gnu: network-manager-applet: Remove input labels.
* gnu/packages/gnome.scm (network-manager-applet)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bd0cdf80e0..6856f4bbfb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8189,11 +8189,11 @@ Cisco's AnyConnect SSL VPN.") #: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 |