guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 4b68760c9351bf6f9a7331621fac4b90aa90b184
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 19:11:46 2025 +0200
gnu: scenefx: Use wlroots-0.18.
* gnu/packages/wm.scm (scenefx)[inputs]: Remove wlroots; add wlroots-0.18.
Change-Id: I6d2ec1bc2b9c1a088fc913c6d66b918d41d542bc
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 1628adca06..d7ef9e137a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -4725,7 +4725,7 @@ configure input, and customize Wayfire plugins.")
mesa
libxkbcommon
libdrm
- wlroots))
+ wlroots-0.18))
(home-page "https://github.com/wlrfx/scenefx")
(synopsis "Drop-in replacement for the wlroots scene API")
(description