python3Packages.pybind11: build in parallel

This commit is contained in:
Phillip Cloud
2022-03-02 01:12:12 +00:00
committed by Robert Schütz
parent 4d46874f57
commit dd3d417147
@@ -36,7 +36,7 @@ buildPythonPackage rec {
postBuild = ''
# build tests
make
make -j $NIX_BUILD_CORES -l $NIX_BUILD_CORES
'';
postInstall = ''