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 John Kehayias
parent 944e93a90c
commit 952ba045cc
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

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