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

commit 373d2f76b72ba0f182cfe40406d61ee7eab52f56
Author: Rutherther <[email protected]>
AuthorDate: Fri Sep 26 18:58:59 2025 +0200

    gnu: dwl: Use wlroots-0.18.
    
    * gnu/packages/wm.scm (dwl)[inputs]: Remove wlroots; add wlroots-0.18.
    
    Change-Id: I5555e43722d788d5f9ede5ce3143b54a9dfa4e63
    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 06f743caec..ca8f655063 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1909,7 +1909,7 @@ started automatically on the first call via D-Bus.")
     (native-inputs
      (list pkg-config))
     (inputs
-     (list wlroots))
+     (list wlroots-0.18))
     (home-page "https://codeberg.org/dwl/dwl";)
     (synopsis "Dynamic window manager for Wayland")
     (description

Reply via email to