diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-30 23:08:24 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-30 23:26:20 +0200 |
commit | 90002914cb4567086c6c4a6040698dfafcdb47fd (patch) | |
tree | dae1b010972947cf3b713777b6854399d700ffad /gnu | |
parent | 8cdb8e10e260c226a0f6842332a07d0b514efce4 (diff) | |
download | guix-90002914cb4567086c6c4a6040698dfafcdb47fd.tar.gz |
gnu: yelp-xsl: Remove obsolete input.
* gnu/packages/gnome.scm (yelp-xsl)[native-inputs]: Remove INTLTOOL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0cde3caebd..5280d8324d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6845,7 +6845,6 @@ of running programs and invoke methods on those interfaces.") (native-inputs `(("ducktype" ,mallard-ducktype) ("gettext" ,gettext-minimal) - ("intltool" ,intltool) ("itstool" ,itstool) ("xmllint" ,libxml2) ("xsltproc" ,libxslt))) |