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