python3Packages.pyarrow: fix failing tests on darwin sandbox

This commit is contained in:
Sebastián Mancilla
2022-08-06 02:11:34 -04:00
committed by Phillip Cloud
parent bf3489173a
commit 574b3635a8

View File

@@ -79,6 +79,8 @@ buildPythonPackage rec {
dontUseCmakeConfigure = true;
__darwinAllowLocalNetworking = true;
preBuild = ''
export PYARROW_PARALLEL=$NIX_BUILD_CORES
'';