lilyp pushed a commit to branch master
in repository guix.

commit 7770ce8380701409ee68b52d83594a8ca032a98c
Author: NoƩ Lopez <noelo...@free.fr>
AuthorDate: Fri Mar 28 14:25:58 2025 +0100

    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.prik...@gmail.com>
---
 gnu/packages/gnome.scm | 4 ----
 1 file changed, 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")

Reply via email to