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
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

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)))