guix_mirror_bot pushed a commit to branch mesa-updates in repository guix. commit d74bfe66c16ab3436409c69daa3480eaaac5b912 Author: Rutherther <ruthert...@ditigal.xyz> 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 <j...@guixotic.coop> --- 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 b3de9414c6..df304aa028 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -4585,7 +4585,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