Merge pull request #73982 from B4dM4n/cage-fix-build

cage: fix build
This commit is contained in:
adisbladis
2019-11-23 18:45:07 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub
, meson, ninja, pkgconfig, makeWrapper
, wlroots, wayland, wayland-protocols, pixman, libxkbcommon
, systemd, mesa, libX11
, systemd, libGL, libX11
, xwayland ? null
}:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [
wlroots wayland wayland-protocols pixman libxkbcommon
# TODO: Not specified but required:
systemd mesa libX11
systemd libGL libX11
];
enableParallelBuilding = true;