guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]