use wlroots-master from nixpkgs-wayland

This commit is contained in:
EdenQwQ 2025-03-25 21:29:15 +08:00
parent 45c2fb9495
commit be91af3900
4 changed files with 125 additions and 142 deletions

View file

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