nginx: Enable parallel building
This commit is contained in:
parent
94d97fe290
commit
c834fb39c3
@ -67,6 +67,8 @@ stdenv.mkDerivation {
|
||||
|
||||
hardeningEnable = optional (!stdenv.isDarwin) "pie";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
mv $out/sbin $out/bin
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user