~ruther/guix-local

22da302b2659f06f5b08081ef154bcf85b5ab703 — Liliana Marie Prikler 10 months ago 9f86831
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/guile.scm
M gnu/packages/guile.scm => gnu/packages/guile.scm +1 -1
@@ 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)))