python3Packages.pybind11: build in parallel

This commit is contained in:
Phillip Cloud
2022-02-28 07:57:13 -05:00
committed by Robert Schütz
parent 4d46874f57
commit dd3d417147

View File

@@ -36,7 +36,7 @@ buildPythonPackage rec {
postBuild = ''
# build tests
make
make -j $NIX_BUILD_CORES -l $NIX_BUILD_CORES
'';
postInstall = ''