mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
nss: fix build parallelism
NIX_BUILD_CORES was not honored before Closes #216035
This commit is contained in:
parent
e4b2d82356
commit
f4e9ffe7cb
@ -96,6 +96,7 @@ stdenv.mkDerivation rec {
|
||||
-Dhost_arch=${host} \
|
||||
-Duse_system_zlib=1 \
|
||||
--enable-libpkix \
|
||||
-j $NIX_BUILD_CORES \
|
||||
${lib.optionalString enableFIPS "--enable-fips"} \
|
||||
${lib.optionalString stdenv.isDarwin "--clang"} \
|
||||
${lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) "--disable-tests"}
|
||||
|
Loading…
Reference in New Issue
Block a user