From 80cf865a3173a7cff76c53ba225231c853639b92 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 1 Jul 2025 22:54:36 +0200 Subject: [PATCH] gnu: lokke: Replace gettext native-input. gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (lokke)[native-inputs]: Replace gnu-gettext by gettext-minimal. Signed-off-by: Liliana Marie Prikler --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3e976cc9dd5..2703a3af196 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -7356,7 +7356,7 @@ HTTP handler to implement a HTTP GraphQL endpoint.") (list autoconf automake libtool - gnu-gettext + gettext-minimal pkg-config ;; Use Guile >= 3.0.8 to work around