fix: use wlroots_0_19 for nix package

This commit is contained in:
EdenQwQ 2025-03-25 21:14:00 +08:00 committed by DreamMaoMao
parent 1e5cc601ac
commit e000a236f6
3 changed files with 144 additions and 5 deletions

View file

@ -10,15 +10,16 @@
wayland,
wayland-protocols,
wayland-scanner,
wlroots_0_17,
xcbutilwm,
xwayland,
enableXWayland ? true,
meson,
ninja,
callPackage,
}:
let
pname = "maomaowm";
wlroots_0_19 = callPackage ./wlroots_0_19.nix { };
in
stdenv.mkDerivation {
inherit pname;
@ -41,7 +42,7 @@ stdenv.mkDerivation {
pixman
wayland
wayland-protocols
wlroots_0_17
wlroots_0_19
]
++ lib.optionals enableXWayland [
libX11