diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-01 22:54:36 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-11 08:24:41 +0200 |
commit | 80cf865a3173a7cff76c53ba225231c853639b92 (patch) | |
tree | 3242c788ba9133ab860e738772ae17058c6073bc /gnu/packages/guile-xyz.scm | |
parent | 0919099b490bfcc11343b94fded44cab89185bd6 (diff) |
gnu: lokke: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (lokke)[native-inputs]: Replace gnu-gettext
by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 3e976cc9dd..2703a3af19 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -7356,7 +7356,7 @@ HTTP handler to implement a HTTP GraphQL endpoint.") (list autoconf automake libtool - gnu-gettext + gettext-minimal pkg-config ;; Use Guile >= 3.0.8 to work around |