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