diff options
author | Marius Bakke <marius@gnu.org> | 2021-06-24 15:17:18 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:26:43 +0200 |
commit | 661d21251e2521b8ca1a63320d349ac7af7a6bb8 (patch) | |
tree | 1a18ea2e99835772b8d8bcd968138b3f4c5832e6 | |
parent | f5f288872c0201441663f921899b232b8a7d63f0 (diff) | |
download | guix-661d21251e2521b8ca1a63320d349ac7af7a6bb8.tar.gz guix-661d21251e2521b8ca1a63320d349ac7af7a6bb8.zip |
gnu: gsettings-desktop-schemas: Remove unused input.
* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]: Remove
INTLTOOL. Add GETTEXT-MINIMAL.
-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 10d4e074bb..1ef1473d4c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2672,7 +2672,7 @@ on the GNOME Desktop with a single simple application.") `(("glib" ,glib) ("gnome-backgrounds" ,gnome-backgrounds))) (native-inputs - `(("intltool" ,intltool) + `(("gettext" ,gettext-minimal) ("glib" ,glib "bin") ; glib-compile-schemas, etc. ("gobject-introspection" ,gobject-introspection) ("pkg-config" ,pkg-config))) |