ocamlPackages.ssl: fix darwin sandbox build

This commit is contained in:
Reno Dakota 2024-11-23 01:13:49 -08:00
parent 897954b8ae
commit aa33fe7300
No known key found for this signature in database

View File

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