mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:37:42 +00:00
marksman: allow local networking in darwin sandbox
This is required for the tests to pass.
This commit is contained in:
parent
86db49c704
commit
52f30bac31
@ -20,6 +20,8 @@ buildDotnetModule rec {
|
||||
projectFile = "Marksman/Marksman.fsproj";
|
||||
dotnetBuildFlags = [ "-p:VersionString=${version}" ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
doCheck = true;
|
||||
testProjectFile = "Tests/Tests.fsproj";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user