Commit 52f30bac authored by David McFarland's avatar David McFarland
Browse files

marksman: allow local networking in darwin sandbox

This is required for the tests to pass.
parent 86db49c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ buildDotnetModule rec {
  projectFile = "Marksman/Marksman.fsproj";
  dotnetBuildFlags = [ "-p:VersionString=${version}" ];

  __darwinAllowLocalNetworking = true;

  doCheck = true;
  testProjectFile = "Tests/Tests.fsproj";