pythonPackages.pyarrow: fix build
This commit is contained in:
parent
39ee74629c
commit
5e67b340e8
@ -25,6 +25,8 @@ buildPythonPackage rec {
|
||||
"-DCMAKE_POLICY_DEFAULT_CMP0025=NEW"
|
||||
];
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
preBuild = ''
|
||||
export PYARROW_PARALLEL=$NIX_BUILD_CORES
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user