forked from mirrors/nixpkgs
crun: drop criu workaround
not needed now criu builds on aarch64
This commit is contained in:
parent
4177a5d748
commit
70168c4fde
|
@ -50,9 +50,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook go-md2man pkg-config python3 ];
|
||||
|
||||
buildInputs = [ libcap libseccomp systemd yajl ]
|
||||
# Criu currently only builds on x86_64-linux
|
||||
++ lib.optional (lib.elem stdenv.hostPlatform.system criu.meta.platforms) criu;
|
||||
buildInputs = [ criu libcap libseccomp systemd yajl ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue