commit
c3a0db00aa
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, meson, ninja, pkgconfig, makeWrapper
|
, meson, ninja, pkgconfig, makeWrapper
|
||||||
, wlroots, wayland, wayland-protocols, pixman, libxkbcommon
|
, wlroots, wayland, wayland-protocols, pixman, libxkbcommon
|
||||||
, systemd, mesa, libX11
|
, systemd, libGL, libX11
|
||||||
, xwayland ? null
|
, xwayland ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
wlroots wayland wayland-protocols pixman libxkbcommon
|
wlroots wayland wayland-protocols pixman libxkbcommon
|
||||||
# TODO: Not specified but required:
|
# TODO: Not specified but required:
|
||||||
systemd mesa libX11
|
systemd libGL libX11
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user