forked from mirrors/nixpkgs
Merge pull request #194659 from kira-bruneau/toxiproxy-darwin
toxiproxy: fix darwin build
This commit is contained in:
commit
7d682ef84f
|
@ -17,6 +17,9 @@ buildGoModule rec {
|
|||
|
||||
ldflags = [ "-s" "-w" "-X github.com/Shopify/toxiproxy/v2.Version=${version}" ];
|
||||
|
||||
# Fixes tests on Darwin
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
checkFlags = [ "-short" ];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue