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 <john@guixotic.coop>
This commit is contained in:
Rutherther 2025-09-26 18:58:59 +02:00 committed by Maxim Cournoyer
parent 4914e25f40
commit da23badd26
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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