ocamlPackages: add __darwinAllowLocalNetworking to fix sandbox builds (#358360)

This commit is contained in:
Pol Dellaiera 2024-11-24 15:04:14 +01:00 committed by GitHub
commit 10c475aeb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ buildDunePackage rec {
thread-table thread-table
]; ];
__darwinAllowLocalNetworking = true;
doCheck = true; doCheck = true;
checkInputs = [ checkInputs = [

View File

@ -25,6 +25,7 @@ buildDunePackage rec {
buildInputs = [ dune-configurator ]; buildInputs = [ dune-configurator ];
propagatedBuildInputs = [ openssl ]; propagatedBuildInputs = [ openssl ];
__darwinAllowLocalNetworking = true;
doCheck = lib.versionAtLeast ocaml.version "4.08"; doCheck = lib.versionAtLeast ocaml.version "4.08";
checkInputs = [ alcotest ]; checkInputs = [ alcotest ];
preCheck = '' preCheck = ''