From 22da302b2659f06f5b08081ef154bcf85b5ab703 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Mon, 7 Jul 2025 20:53:48 +0200 Subject: [PATCH] gnu: guile-next: Replace gettext native-input. gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/guile.scm (guile-next)[native-inputs]: Replace gnu-gettext by gettext-minimal. --- gnu/packages/guile.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 85035bb965a..180608a646a 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -526,7 +526,7 @@ without requiring the source code to be rewritten.") automake libtool flex - gnu-gettext + gettext-minimal texinfo gperf) (replace "guile" this-package)))