mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.pybind11: build in parallel
This commit is contained in:
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 = ''
|
||||
|
||||
Reference in New Issue
Block a user