diff options
author | NoƩ Lopez <noelopez@free.fr> | 2025-03-28 14:25:58 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-30 13:58:42 +0200 |
commit | 7770ce8380701409ee68b52d83594a8ca032a98c (patch) | |
tree | f395df6ff232e380df0b4edcbc300bb498b2f43e | |
parent | 27740f284f9cc6d1d35886cc61e7db9721aa8d50 (diff) |
gnu: gnome-control-center: Replace libgnomekbd with tecla.
This was changed in GNOME 45. The absolute tecla path is found in meson and
does not need to be substituted.
* gnu/packages/gnome.scm (gnome-control-center): Replace libgnomekbd with tecla.
Change-Id: I0bc4661ce16c6128c4f35ef17fec5a4764054355
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3d1df8155d..46b008f9c4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9443,10 +9443,6 @@ Libadwaita.") (substitute* "tests/datetime/test-endianess.c" (("/usr/share/locale") (search-input-directory inputs "share/locale"))) - (substitute* "panels/system/region/cc-region-page.c" - (("\"gkbd-keyboard-display") - (string-append "\"" (search-input-file - inputs "bin/gkbd-keyboard-display")))) (substitute* '("panels/network/net-device-bluetooth.c" "panels/network/net-device-mobile.c" "panels/network/connection-editor/net-connection-editor.c") |