ocamlPackages.ssl: fix darwin sandbox build
This commit is contained in:
@@ -25,6 +25,7 @@ buildDunePackage rec {
|
||||
buildInputs = [ dune-configurator ];
|
||||
propagatedBuildInputs = [ openssl ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
doCheck = lib.versionAtLeast ocaml.version "4.08";
|
||||
checkInputs = [ alcotest ];
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user