diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-01 23:32:10 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-11 08:24:42 +0200 |
| commit | 0037ece4752e671166a8bf2f48354f92fe7c52dc (patch) | |
| tree | 8992afab1ce2f34ef448ab363264395e412193fd | |
| parent | 6d00415da5cbe0db14426017997dbd8579bd4b31 (diff) | |
gnu: elinks: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (elinks)[native-inputs]: Replace gnu-gettext
by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/web-browsers.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index e589e92ac1b..5fa8802e311 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -270,7 +270,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.") (native-inputs (list autoconf automake - gnu-gettext + gettext-minimal perl pkg-config python-minimal)) |
