netpbm: re-enable parallel building

It was disabled in https://github.com/NixOS/nixpkgs/commit/abd3c246a43ea5e2128d3372b5fe0295f18cad78 but it no longer seems to fail.
This commit is contained in:
Jan Tojnar
2020-03-01 15:27:41 +01:00
parent 256f7172ac
commit 44f69611ad
+1 -1
View File
@@ -73,7 +73,7 @@ stdenv.mkDerivation {
runHook postConfigure
'';
enableParallelBuilding = false;
enableParallelBuilding = true;
installPhase = ''
runHook preInstall