mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.pyarrow: fix failing tests on darwin sandbox
This commit is contained in:
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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user