lilyp pushed a commit to branch master
in repository guix.
commit b5ff41c0379a35be7a1d15234feaafeae44ad8a2
Author: NoƩ Lopez <[email protected]>
AuthorDate: Wed Apr 9 23:49:43 2025 +0200
gnu: orca: Fix xkbcomp path.
The calling code was moved to a different file where substitute* was not
changing it.
* gnu/packages/gnome.scm (orca): Change file for xkbcomp substitution.
Change-Id: I92751b0fd639042007e956b234b9f248845a3970
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ed71fed863..fc08ca9a2b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11677,7 +11677,7 @@ accessibility infrastructure.")
(assoc-ref inputs "xkbcomp") "/bin/xkbcomp"))
(pgrep (string-append
(assoc-ref inputs "procps") "/bin/pgrep")))
- (substitute* "src/orca/orca.py"
+ (substitute* "src/orca/orca_modifier_manager.py"
(("'xkbcomp'") (format #f "'~a'" xkbcomp)))
(substitute* "src/orca/debug.py"
(("'pgrep %s'")