guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit b7b468ee31c9b03db73ae7b0b4a6952f43144b9f
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 19:11:44 2025 +0200
gnu: sway: Use wlroots-0.18.
* gnu/packages/wm.scm (sway)[inputs]: Remove wlroots; add wlroots-0.18.
Change-Id: I3f59098af9f128269733f99a80daff2b6f7484a7
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 b40588cb9b..b3de9414c6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2340,7 +2340,7 @@ narrow the items to those matching the tokens in the
input.")
pcre2
swaybg
wayland
- wlroots))
+ wlroots-0.18))
(native-inputs
(cons* linux-pam mesa pkg-config scdoc wayland-protocols
(if (%current-target-system)