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
commit c3a0db00aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;