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

commit aa77c77205321ddb648773031867cb3c190e8bd8
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 aa68ed6906..4bfdafe0b6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2049,7 +2049,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