pythonPackages.pyarrow: fix build

This commit is contained in:
Jonathan Ringer 2019-09-13 10:24:26 -07:00
parent 39ee74629c
commit 5e67b340e8

View File

@ -25,6 +25,8 @@ buildPythonPackage rec {
"-DCMAKE_POLICY_DEFAULT_CMP0025=NEW"
];
dontUseCmakeConfigure = true;
preBuild = ''
export PYARROW_PARALLEL=$NIX_BUILD_CORES
'';