crun: set strictDeps

This commit is contained in:
zowoq 2022-07-05 11:17:03 +10:00
parent b71ee18bfd
commit 8de4ffe811

View file

@ -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