guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 76c5eba9e3c9e88030de54d8438343f1f02bc779
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

Reply via email to