From b947c27fd8496405f9f4f9e2e1de4443bcb3ab83 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 1 Jul 2025 22:28:54 +0200 Subject: [PATCH] gnu: dialect: Replace gettext native-input. gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (dialect)[native-inputs]: Replace gnu-gettext by gettext-minimal. Signed-off-by: Liliana Marie Prikler --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index df2923acfd365c37d5bae82b3cd75ff15795f8cf..2c6a658afe4e0a86e5dea2f16931820af94efa65 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10974,7 +10974,7 @@ to perfectly fit the GNOME desktop.") (native-inputs (list blueprint-compiler desktop-file-utils `(,glib "bin") - gnu-gettext + gettext-minimal gobject-introspection `(,gtk "bin") pkg-config))