guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/27: gnu: dconf: Remove input labels.


From: guix-commits
Subject: 20/27: gnu: dconf: Remove input labels.
Date: Thu, 11 Aug 2022 18:45:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5d39e5fde351c47577f75bc3d4e6dfb30df01a1e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 8 23:41:38 2022 +0200

    gnu: dconf: Remove input labels.
    
    * gnu/packages/gnome.scm (dconf)[native-inputs]: Remove labels.
---
 gnu/packages/gnome.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 737a02486b..d99a2a9b92 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4552,16 +4552,16 @@ and RDP protocols.")
     (inputs
      (list gtk+ dbus))
     (native-inputs
-     `(("bash-completion" ,bash-completion)
-       ("libxslt" ,libxslt)                     ;for xsltproc
-       ("libxml2" ,libxml2)                     ;for XML_CATALOG_FILES
-       ("docbook-xml" ,docbook-xml-4.2)
-       ("docbook-xsl" ,docbook-xsl)
-       ("glib:bin" ,glib "bin")
-       ("gtk-doc" ,gtk-doc/stable)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python)
-       ("vala" ,vala)))
+     (list bash-completion
+           libxslt                      ;for xsltproc
+           libxml2                      ;for XML_CATALOG_FILES
+           docbook-xml-4.2
+           docbook-xsl
+           `(,glib "bin")
+           gtk-doc/stable
+           pkg-config
+           python
+           vala))
     (arguments
      `(#:glib-or-gtk? #t
        #:configure-flags '("-Dgtk_doc=true")



reply via email to

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