Skip to content

Commit 01ff722

Browse files
authored
reproxy: fix build on darwin (NixOS#374080)
2 parents 3470855 + 4391fb2 commit 01ff722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/re/reproxy/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ buildGoModule rec {
3232
mv $out/bin/{app,reproxy}
3333
'';
3434

35+
__darwinAllowLocalNetworking = true;
36+
3537
meta = with lib; {
3638
description = "Simple edge server / reverse proxy";
3739
homepage = "https://reproxy.io/";

0 commit comments

Comments
 (0)