podiki pushed a commit to branch master
in repository guix.
commit 7e6696908e2361582c4d4139d75ee0ed0bdc115c
Author: John Kehayias <[email protected]>
AuthorDate: Thu Jan 30 23:24:18 2025 -0500
gnu: hyprland: Fix xwayland and hyprland-qtutils paths.
* gnu/packages/wm.scm (hyprland):[arguments]<#:phases>: Update fix-path
phase
to match upstream changes.
Change-Id: Iee70c589b9f408253ac06b6b7c852609d6d34e25
---
gnu/packages/wm.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 47f9119ac0..92471268f3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -400,8 +400,9 @@ commands (lock/unlock/before-sleep) and inhibit.")
(search-input-file
inputs (string-append "bin/" cmd))))
(substitute* '("src/Compositor.cpp"
+ "src/xwayland/XWayland.cpp"
"src/managers/VersionKeeperManager.cpp")
- (("!executableExistsInPath.*\".") "false")
+ (("!NFsUtils::executableExistsInPath.*\".") "false")
(("hyprland-update-screen" cmd)
(search-input-file inputs (in-vicinity "bin" cmd)))))))))
(native-inputs