arrow-cpp: fix failing tests on darwin sandbox

This commit is contained in:
Sebastián Mancilla 2022-08-06 02:11:07 -04:00 committed by Phillip Cloud
parent 4b664ed4e3
commit bf3489173a
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -230,6 +230,7 @@ stdenv.mkDerivation rec {
];
in
lib.optionalString doInstallCheck "-${builtins.concatStringsSep ":" filteredTests}";
__darwinAllowLocalNetworking = true;
installCheckInputs = [ perl which sqlite ] ++ lib.optional enableS3 minio;
installCheckPhase =
let