mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
use wlroots-master from nixpkgs-wayland
This commit is contained in:
parent
45c2fb9495
commit
be91af3900
4 changed files with 125 additions and 142 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue