Unverified Commit 10c475ae authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ocamlPackages: add __darwinAllowLocalNetworking to fix sandbox builds (#358360)

parents 55fdcb49 65b37917
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ buildDunePackage rec {
    thread-table
  ];

  __darwinAllowLocalNetworking = true;
  doCheck = true;

  checkInputs = [
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ buildDunePackage rec {
  buildInputs = [ dune-configurator ];
  propagatedBuildInputs = [ openssl ];

  __darwinAllowLocalNetworking = true;
  doCheck = lib.versionAtLeast ocaml.version "4.08";
  checkInputs = [ alcotest ];
  preCheck = ''