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

commit 3f1b4b63a4dda5ec4d325cb3e4650086cfaef22c
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 8d77a96ef6..79d0288296 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -243,7 +243,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