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 ];
|
||||
buildInputs = lib.optionals (!stdenv.hostPlatform.isMusl) [ glibc glibc.static ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
strictDeps = true;
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
readelf -d $out/bin/catatonit | grep 'There is no dynamic section in this file.'
|
||||
|
|
Loading…
Reference in a new issue