From e0f79f02dbde797669f96182b6d427bf467ed927 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 1 Sep 2022 19:43:10 +0200 Subject: 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 -- cgit v1.2.3