Skip to content

Commit 10c475a

Browse files
authored
ocamlPackages: add __darwinAllowLocalNetworking to fix sandbox builds (#358360)
2 parents 55fdcb4 + 65b3791 commit 10c475a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkgs/development/ocaml-modules/domain-local-await/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ buildDunePackage rec {
2222
thread-table
2323
];
2424

25+
__darwinAllowLocalNetworking = true;
2526
doCheck = true;
2627

2728
checkInputs = [

pkgs/development/ocaml-modules/ssl/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ buildDunePackage rec {
2525
buildInputs = [ dune-configurator ];
2626
propagatedBuildInputs = [ openssl ];
2727

28+
__darwinAllowLocalNetworking = true;
2829
doCheck = lib.versionAtLeast ocaml.version "4.08";
2930
checkInputs = [ alcotest ];
3031
preCheck = ''

0 commit comments

Comments
 (0)