forked from mirrors/nixpkgs
netpbm: re-enable parallel building
It was disabled in abd3c246a4
but it no longer seems to fail.
This commit is contained in:
parent
256f7172ac
commit
44f69611ad
|
@ -73,7 +73,7 @@ stdenv.mkDerivation {
|
|||
runHook postConfigure
|
||||
'';
|
||||
|
||||
enableParallelBuilding = false;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
Loading…
Reference in a new issue