diff options
author | Marius Bakke <marius@gnu.org> | 2022-12-12 12:06:59 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-12-12 15:12:57 +0100 |
commit | f9fb8460ce9399d40481501c7af8ee1605dca389 (patch) | |
tree | 02d0574e8b62582624978583dd2c4c2ac973a950 /gnu | |
parent | b8b4d631370e46a8d1918bc91b524aa0a6876f73 (diff) | |
download | guix-f9fb8460ce9399d40481501c7af8ee1605dca389.tar guix-f9fb8460ce9399d40481501c7af8ee1605dca389.tar.gz |
gnu: tracker-miners: Remove obsolete input.
* gnu/packages/gnome.scm (tracker-miners)[native-inputs]: Remove INTLTOOL.
Add GETTEXT-MINIMAL.
Diffstat (limited to 'gnu')
-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 c2edd7a553..b6ff8d4fe7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9724,7 +9724,7 @@ endpoint and it understands SPARQL.") "--no-suite" "slow"))))))) (native-inputs (list dbus - intltool + gettext-minimal `(,glib "bin") docbook-xsl docbook-xml |