mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
crun: set strictDeps
This commit is contained in:
parent
b71ee18bfd
commit
8de4ffe811
@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optional (lib.elem stdenv.hostPlatform.system criu.meta.platforms) criu;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
strictDeps = true;
|
||||
|
||||
# we need this before autoreconfHook does its thing in order to initialize
|
||||
# config.h with the correct values
|
||||
|
Loading…
Reference in New Issue
Block a user