Loading pkgs/by-name/te/tektoncd-cli/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -31,6 +31,9 @@ buildGoModule (finalAttrs: { "-X github.com/tektoncd/cli/pkg/cmd/version.clientVersion=${finalAttrs.version}" ]; # tests bind to ::1 __darwinAllowLocalNetworking = true; nativeBuildInputs = [ installShellFiles ]; subPackages = [ "cmd/tkn" ]; Loading @@ -45,9 +48,6 @@ buildGoModule (finalAttrs: { # the tests expect the clientVersion ldflag not to be set unset ldflags # remove tests with networking rm pkg/cmd/version/version_test.go ''; postInstall = '' Loading Loading
pkgs/by-name/te/tektoncd-cli/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -31,6 +31,9 @@ buildGoModule (finalAttrs: { "-X github.com/tektoncd/cli/pkg/cmd/version.clientVersion=${finalAttrs.version}" ]; # tests bind to ::1 __darwinAllowLocalNetworking = true; nativeBuildInputs = [ installShellFiles ]; subPackages = [ "cmd/tkn" ]; Loading @@ -45,9 +48,6 @@ buildGoModule (finalAttrs: { # the tests expect the clientVersion ldflag not to be set unset ldflags # remove tests with networking rm pkg/cmd/version/version_test.go ''; postInstall = '' Loading