guix-commits
[Top][All Lists]
Advanced

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

06/16: gnu: glade: Remove input labels.


From: guix-commits
Subject: 06/16: gnu: glade: Remove input labels.
Date: Thu, 1 Sep 2022 16:24:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e0f79f02dbde797669f96182b6d427bf467ed927
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 1 19:43:10 2022 +0200

    gnu: glade: Remove input labels.
    
    * gnu/packages/gnome.scm (glade3)[native-inputs]: Remove labels.
---
 gnu/packages/gnome.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e8ade54b8c..373230a267 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3175,18 +3175,18 @@ current/manpages/docbook.xsl")
           '())
       (list gtk+ libxml2)))
     (native-inputs
-     `(("hicolor-icon-theme" ,hicolor-icon-theme)
-       ("intltool" ,intltool)
-       ("itstool" ,itstool)
-       ("libxslt" ,libxslt) ;for xsltproc
-       ("docbook-xml" ,docbook-xml-4.2)
-       ("docbook-xsl" ,docbook-xsl)
-       ("glib:bin" ,glib "bin")
-       ("python" ,python)
-       ("python-pygobject" ,python-pygobject)
-       ("gobject-introspection" ,gobject-introspection)
-       ("pkg-config" ,pkg-config)
-       ("xorg-server" ,xorg-server-for-tests)))
+     (list docbook-xml-4.2
+           docbook-xsl
+           `(,glib "bin")
+           gobject-introspection
+           hicolor-icon-theme
+           intltool
+           itstool
+           libxslt                      ;for xsltproc
+           python
+           python-pygobject
+           pkg-config
+           xorg-server-for-tests))
     (home-page "https://glade.gnome.org";)
     (synopsis "GTK+ rapid application development tool")
     (description "Glade is a rapid application development (RAD) tool to



reply via email to

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