Merge pull request #68693 from jonringer/fix-pyarrow

pythonPackages.pyarrow: fix build
This commit is contained in:
Robin Gloster
2019-09-14 00:02:54 +02:00
committed by GitHub

View File

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