diff options
author | NoƩ Lopez <noelopez@free.fr> | 2025-03-28 14:25:57 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-30 13:58:41 +0200 |
commit | 27740f284f9cc6d1d35886cc61e7db9721aa8d50 (patch) | |
tree | cef7c596283a67868ffe8e7496972d8c835aed0d | |
parent | 2ed28b5c24c599b2f9bc60dfc93151cf489ca477 (diff) |
gnu: gnome-initial-setup: Replace libgnomekbd with tecla.
This was changed in GNOME 45.
* gnu/packages/gnome.scm (gnome-initial-setup): Replace libgnomekbd with tecla.
Change-Id: I1fff5df07dbbb089a13b1d75095007064f2719c2
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 49c0c23c0c..3d1df8155d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1602,10 +1602,10 @@ extraction, and lookup for applications on the desktop.") ;; Allow the "Preview" button in the keyboard layout ;; selection dialog to display the layout. (substitute* "gnome-initial-setup/pages/keyboard/cc-input-chooser.c" - (("\"gkbd-keyboard-display") + (("\"tecla") (string-append "\"" (search-input-file inputs - "bin/gkbd-keyboard-display"))))))))) + "bin/tecla"))))))))) (native-inputs (list gettext-minimal `(,glib "bin") @@ -1624,7 +1624,6 @@ extraction, and lookup for applications on the desktop.") json-glib mit-krb5 libadwaita - libgnomekbd libgweather4 libnma libpwquality @@ -1633,6 +1632,7 @@ extraction, and lookup for applications on the desktop.") packagekit polkit rest-next + tecla upower webkitgtk)) (synopsis "Initial setup wizard for GNOME desktop") |