diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-07 20:53:48 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-11 08:24:42 +0200 |
| commit | 22da302b2659f06f5b08081ef154bcf85b5ab703 (patch) | |
| tree | 087ad4d6c03aaf26883f883a180c3ad82f76a95b /gnu/packages/guile.scm | |
| parent | 9f8683190b9c400a5e5b0bdf2deca34cadedc685 (diff) | |
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.
Diffstat (limited to 'gnu/packages/guile.scm')
| -rw-r--r-- | gnu/packages/guile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
