Merge pull request #216163 from helsinki-systems/fix/nss-parallel-build

nss: fix build parallelism
This commit is contained in:
Martin Weinelt 2023-02-15 10:07:53 +00:00 committed by GitHub
commit cd77731b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}