toxiproxy: fix darwin build

This commit is contained in:
Kira Bruneau 2022-10-05 18:17:32 -04:00
parent a989aa4619
commit c51c61e8c7

View file

@ -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 = ''