[bug#77337,2/3] gnu: gnome-control-center: Replace libgnomekbd with tecla.
Commit Message
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
---
gnu/packages/gnome.scm | 4 ----
1 file changed, 4 deletions(-)
@@ -9443,10 +9443,6 @@ (define-public gnome-control-center
(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")