diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-10 12:45:04 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-10 13:42:32 +0200 |
commit | 966649a74c120cabda4abc31b597ddd202ea71ca (patch) | |
tree | ee4672da116515bd07238f43915ac012be70eebd | |
parent | 03cae37faed538ebf55e041222dadd7e0fec72f8 (diff) |
gnu: mutter: Remove obsolete input.
* gnu/packages/gnome.scm (mutter)[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 d6d321cfb1..3873f783f7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7589,9 +7589,9 @@ to display dialog boxes from the commandline and shell scripts.") status)))))))))))) (native-inputs (list desktop-file-utils ; for update-desktop-database + gettext-minimal `(,glib "bin") ; for glib-compile-schemas, etc. gobject-introspection - intltool pkg-config xvfb-run ;; For git build |