summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-06-24 15:15:58 +0200
committerMarius Bakke <marius@gnu.org>2021-07-23 17:26:43 +0200
commitf5f288872c0201441663f921899b232b8a7d63f0 (patch)
treea9c5fc2552302eb9deac8ff6f0d92dd01bc04292 /gnu/packages/gnome.scm
parentc5dfe6346d90565663aaed0b668f2efd07ea145b (diff)
downloadguix-patches-f5f288872c0201441663f921899b232b8a7d63f0.tar
guix-patches-f5f288872c0201441663f921899b232b8a7d63f0.tar.gz
gnu: gnome-backgrounds: Remove unused input.
* gnu/packages/gnome.scm (gnome-backgrounds)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d2ddb87582..10d4e074bb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8943,7 +8943,7 @@ is complete it provides a graphical representation of each selected folder.")
"0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2"))))
(build-system meson-build-system)
(native-inputs
- `(("intltool" ,intltool)))
+ `(("gettext" ,gettext-minimal)))
(home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds")
(synopsis "Background images for the GNOME desktop")
(description