netpbm: re-enable parallel building

It was disabled in abd3c246a4 but it no longer seems to fail.
This commit is contained in:
Jan Tojnar
2020-03-01 15:04:36 +01:00
parent 256f7172ac
commit 44f69611ad

View File

@@ -73,7 +73,7 @@ stdenv.mkDerivation {
runHook postConfigure
'';
enableParallelBuilding = false;
enableParallelBuilding = true;
installPhase = ''
runHook preInstall