diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-01 21:41:40 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-11 08:24:39 +0200 |
commit | 4595fa6a8b0a1f5671f709ed7177a5a2e852517c (patch) | |
tree | ed9c0ff17dfa490d32bed92508aaa0399b9efbe7 | |
parent | d3752a1de2590105579334aea35c70db1f718459 (diff) |
gnu: tecla: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (tecla)[native-inputs]: Replace gnu-gettext
by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2992d0675b..df2923acfd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9375,7 +9375,7 @@ devices using the GNOME desktop.") (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t)) (inputs (list gtk libadwaita)) - (native-inputs (list `(,glib "bin") gnu-gettext pkg-config)) + (native-inputs (list `(,glib "bin") gettext-minimal pkg-config)) (home-page "https://gitlab.gnome.org/GNOME/tecla") (synopsis "Keyboard layout viewer") (description "Tecla is a keyboard layout viewer based on GTK 4 and |