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

commit f0b92a3ce9d62cf2b5ae63a8537aa64974cc3421
Author: Rutherther <ruthert...@ditigal.xyz>
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 <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 ca8f655063..a5f4a2f883 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2379,7 +2379,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