lilyp pushed a commit to branch master in repository guix. commit 27740f284f9cc6d1d35886cc61e7db9721aa8d50 Author: NoƩ Lopez <noelo...@free.fr> AuthorDate: Fri Mar 28 14:25:57 2025 +0100
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.prik...@gmail.com> --- gnu/packages/gnome.scm | 6 +++--- 1 file 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")