catatonit: set enableParallelBuilding/strictDeps
This commit is contained in:
parent
65753e14a3
commit
58aad4ee03
1 changed files with 3 additions and 0 deletions
|
@ -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.'
|
||||||
|
|
Loading…
Reference in a new issue