mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
Merge pull request #199152 from cpcloud/duckdb-build-cores
python3Packages.duckdb: build using `$NIX_BUILD_CORES`
This commit is contained in:
commit
ea00abd6d5
@ -19,6 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
preConfigure = ''
|
||||
cd tools/pythonpkg
|
||||
substituteInPlace setup.py --replace "multiprocessing.cpu_count()" "$NIX_BUILD_CORES"
|
||||
'';
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
Loading…
Reference in New Issue
Block a user