mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
fix: use wlroots_0_19 for nix package
This commit is contained in:
parent
1e5cc601ac
commit
e000a236f6
3 changed files with 144 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue