mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
d3752a1de2
commit
4595fa6a8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue