3
0
Fork 0
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:
Jan Tojnar 2020-03-01 15:04:36 +01:00
parent 256f7172ac
commit 44f69611ad
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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