mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
crun: add criu support
Adding the criu dependency allows using the feature, too: ``` > ./result/bin/crun --version crun version 0.17 commit: 0.17 spec: 1.0.0 +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL ``` Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
This commit is contained in:
parent
3d94e81a16
commit
c2ef7b1cbf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user