catatonit: set enableParallelBuilding/strictDeps

This commit is contained in:
zowoq 2022-07-05 11:17:03 +10:00
parent 65753e14a3
commit 58aad4ee03

View file

@ -24,6 +24,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
buildInputs = lib.optionals (!stdenv.hostPlatform.isMusl) [ glibc glibc.static ]; buildInputs = lib.optionals (!stdenv.hostPlatform.isMusl) [ glibc glibc.static ];
enableParallelBuilding = true;
strictDeps = true;
doInstallCheck = true; doInstallCheck = true;
installCheckPhase = '' installCheckPhase = ''
readelf -d $out/bin/catatonit | grep 'There is no dynamic section in this file.' readelf -d $out/bin/catatonit | grep 'There is no dynamic section in this file.'