arrow-cpp: fix failing tests on darwin sandbox
This commit is contained in:
parent
4b664ed4e3
commit
bf3489173a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue