Skip to content

Commit aa33fe7

Browse files
committed
ocamlPackages.ssl: fix darwin sandbox build
1 parent 897954b commit aa33fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)