gnu: zig-wlroots: Use wlroots-0.18.

* gnu/packages/zig-xyz.scm (zig-wlroots)[propagated-inputs]: Remove wlroots; add wlroots-0.18.

Change-Id: I8aa52dcee7e03225819ca34aca3d3fd0bea3769d
Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
Rutherther 2025-09-26 18:59:04 +02:00 committed by Maxim Cournoyer
parent 7327092ab0
commit bb7dd4effc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -445,7 +445,7 @@ interface.")
`(,@args #:install-source? #f))
(chdir ".."))))))
(propagated-inputs
(list wlroots
(list wlroots-0.18
zig-pixman
zig-wayland
zig-xkbcommon))