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

commit a36ef4d1067eeff41257348dcf86c60cc68b4a7d
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 18:58:57 2025 +0200

    gnu: cage: Use wlroots-0.18.
    
    * gnu/packages/wm.scm (cage)[inputs]: Remove wlroots; add wlroots-0.18.
    
    Change-Id: I8f84f4e5b5e940e8144e04a432bdbb2f97d507ce
    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 f80266cffc..3d72d6afe2 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -245,7 +245,7 @@ the leaves of a full binary tree.")
     (native-inputs (list pkg-config scdoc
                          ;; for wayland-scanner
                          wayland))
-    (inputs (list wayland wlroots libxkbcommon))
+    (inputs (list wayland wlroots-0.18 libxkbcommon))
     (home-page "https://github.com/cage-kiosk/cage";)
     (synopsis "Wayland kiosk")
     (description "This package provides a Wayland @dfn{kiosk}, which runs a

Reply via email to