python3Packages.pyarrow: fix failing tests on darwin sandbox

This commit is contained in:
Sebastián Mancilla
2022-08-08 05:21:57 -04:00
committed by Phillip Cloud
parent bf3489173a
commit 574b3635a8
@@ -79,6 +79,8 @@ buildPythonPackage rec {
dontUseCmakeConfigure = true;
__darwinAllowLocalNetworking = true;
preBuild = ''
export PYARROW_PARALLEL=$NIX_BUILD_CORES
'';