{scenefx,swayfx-unwrapped}: depend on wlroots_0_17

each new wlroots release comes with so many breaking changes, should keep depending on `wlroots_0_*` before wlroots 1.0 release
This commit is contained in:
rewine 2024-07-29 15:26:22 +08:00
parent 1e00e90307
commit f0461bc93b
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
meson,
ninja,
wlroots,
wlroots_0_17,
scdoc,
pkg-config,
wayland,
@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
pixman
wayland
wayland-protocols
wlroots
wlroots_0_17
];
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;

View File

@ -25,7 +25,7 @@
scenefx,
wayland-scanner,
xcbutilwm,
wlroots,
wlroots_0_17,
testers,
nixosTests,
# Used by the NixOS module:
@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: {
scenefx
wayland
wayland-protocols
(wlroots.override { inherit (finalAttrs) enableXWayland; })
(wlroots_0_17.override { inherit (finalAttrs) enableXWayland; })
] ++ lib.optionals finalAttrs.enableXWayland [ xcbutilwm ];
mesonFlags =