mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
pluto: set __darwinAllowLocalNetworking
Fixes tests with sandboxing on darwin.
(cherry picked from commit c8e8151d17)
This commit is contained in:
@@ -23,6 +23,8 @@ buildGoModule rec {
|
||||
"-X main.version=v${version}"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true; # for tests
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/FairwindsOps/pluto";
|
||||
description = "Find deprecated Kubernetes apiVersions";
|
||||
|
||||
Reference in New Issue
Block a user