Merge pull request #68693 from jonringer/fix-pyarrow
pythonPackages.pyarrow: fix build
This commit is contained in:
commit
0c457cb348
1 changed files with 2 additions and 0 deletions
|
@ -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