guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7c3c3d1ac2719561a7b917b67d4f586158c5a68a
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 18:59:01 2025 +0200
gnu: swayfx: Use wlroots-0.18.
* gnu/packages/wm.scm (swayfx)[inputs]: Remove wlroots; add wlroots-0.18.
Change-Id: I921ea79301faf175036744b511aed35fc90d9f0a
Signed-off-by: John Kehayias <[email protected]>
---
gnu/packages/wm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4bfdafe0b6..f7b4ffaa53 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2519,7 +2519,7 @@ narrow the items to those matching the tokens in the
input.")
scenefx
swaybg
wayland
- wlroots))
+ wlroots-0.18))
(home-page "https://github.com/WillPower3309/swayfx")
(synopsis "Sway Fork with extra options and effects")
(description