diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-01 19:43:42 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 22:22:51 +0200 |
commit | cce200369f07de82fe66131e0af43586005d2752 (patch) | |
tree | b90c4eead96f1933a96f689e7cddf4c051e6df79 /gnu/packages/gnome.scm | |
parent | e0f79f02dbde797669f96182b6d427bf467ed927 (diff) | |
download | guix-cce200369f07de82fe66131e0af43586005d2752.tar.gz |
gnu: glade: Remove obsolete input.
* gnu/packages/gnome.scm (glade3)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 373230a267..a36431f72b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3177,10 +3177,10 @@ current/manpages/docbook.xsl") (native-inputs (list docbook-xml-4.2 docbook-xsl + gettext-minimal `(,glib "bin") gobject-introspection hicolor-icon-theme - intltool itstool libxslt ;for xsltproc python |