[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/16: gnu: network-manager-applet: Remove input labels.
From: |
guix-commits |
Subject: |
14/16: gnu: network-manager-applet: Remove input labels. |
Date: |
Thu, 1 Sep 2022 16:24:47 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit f7902a68f9b321a485f39e4e31614ba0de155ea1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 1 20:44:01 2022 +0200
gnu: network-manager-applet: Remove input labels.
* gnu/packages/gnome.scm (network-manager-applet)[native-inputs]: Remove
labels.
---
gnu/packages/gnome.scm | 10 +++++-----
1 file 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
- branch master updated (aa5e030713 -> 23a91e9a2e), guix-commits, 2022/09/01
- 01/16: gnu: gtk-vnc: Update to 1.2.0., guix-commits, 2022/09/01
- 06/16: gnu: glade: Remove input labels., guix-commits, 2022/09/01
- 02/16: gnu: gtk-vnc: Remove input labels., guix-commits, 2022/09/01
- 04/16: gnu: glade: gjs is a run-time dependency., guix-commits, 2022/09/01
- 05/16: gnu: glade: Update to 3.40.0., guix-commits, 2022/09/01
- 08/16: gnu: glade: Don't patch docbook files., guix-commits, 2022/09/01
- 09/16: gnu: glade: Use G-expression., guix-commits, 2022/09/01
- 13/16: gnu: network-manager-applet: Update to 1.28.0., guix-commits, 2022/09/01
- 14/16: gnu: network-manager-applet: Remove input labels.,
guix-commits <=
- 15/16: gnu: network-manager-applet: Remove obsolete input., guix-commits, 2022/09/01
- 03/16: gnu: gtk-vnc: Remove obsolete input., guix-commits, 2022/09/01
- 10/16: gnu: cheese: Update to 41.0., guix-commits, 2022/09/01
- 12/16: gnu: cheese: Don't patch docbook references., guix-commits, 2022/09/01
- 16/16: gnu: gnome-music: Remove input labels., guix-commits, 2022/09/01
- 07/16: gnu: glade: Remove obsolete input., guix-commits, 2022/09/01
- 11/16: gnu: cheese: Remove input labels., guix-commits, 2022/09/01