diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-01 19:43:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 22:22:51 +0200 |
commit | e0f79f02dbde797669f96182b6d427bf467ed927 (patch) | |
tree | 1ccf5a60714880582579026af980c416d84bd9d0 /gnu | |
parent | fce9b7c36558e2b81b67889c5f0e4b0c01ceb066 (diff) | |
download | guix-e0f79f02dbde797669f96182b6d427bf467ed927.tar guix-e0f79f02dbde797669f96182b6d427bf467ed927.tar.gz |
gnu: glade: Remove input labels.
* gnu/packages/gnome.scm (glade3)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 24 |
1 files 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 |