1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 03:58:51 +02:00

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.
This commit is contained in:
Liliana Marie Prikler
2025-07-07 20:53:48 +02:00
parent 9f8683190b
commit 22da302b26
+1 -1
View File
@@ -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)))