We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897954b commit aa33fe7Copy full SHA for aa33fe7
pkgs/development/ocaml-modules/ssl/default.nix
@@ -25,6 +25,7 @@ buildDunePackage rec {
25
buildInputs = [ dune-configurator ];
26
propagatedBuildInputs = [ openssl ];
27
28
+ __darwinAllowLocalNetworking = true;
29
doCheck = lib.versionAtLeast ocaml.version "4.08";
30
checkInputs = [ alcotest ];
31
preCheck = ''
0 commit comments