mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
Merge pull request #68693 from jonringer/fix-pyarrow
pythonPackages.pyarrow: fix build
This commit is contained in:
commit
0c457cb348
|
@ -25,6 +25,8 @@ buildPythonPackage rec {
|
|||
"-DCMAKE_POLICY_DEFAULT_CMP0025=NEW"
|
||||
];
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
preBuild = ''
|
||||
export PYARROW_PARALLEL=$NIX_BUILD_CORES
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue