From f5f288872c0201441663f921899b232b8a7d63f0 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 24 Jun 2021 15:15:58 +0200 Subject: gnu: gnome-backgrounds: Remove unused input. * gnu/packages/gnome.scm (gnome-backgrounds)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') 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 -- cgit v1.2.3