Merge pull request #112769 from saschagrunert/crun-criu

crun: add criu support
This commit is contained in:
adisbladis 2021-02-11 14:14:08 +01:00 committed by GitHub
commit af041ddbc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
, systemd
, yajl
, nixosTests
, criu
}:
let
@ -47,7 +48,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook go-md2man pkg-config python3 ];
buildInputs = [ libcap libseccomp systemd yajl ];
buildInputs = [ criu libcap libseccomp systemd yajl ];
enableParallelBuilding = true;