From 6f2523e1b3d9f9eb4d3f3d59f9e8d962efc1a6e9 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Thu, 30 Jan 2020 14:07:08 -0800 Subject: [PATCH] kubernetes-helm: drop unneeded goPackagePath from legacy go support Co-Authored-By: Wael Nasreddine --- pkgs/applications/networking/cluster/helm/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix index 318253f2c43d..6ceee567592e 100644 --- a/pkgs/applications/networking/cluster/helm/default.nix +++ b/pkgs/applications/networking/cluster/helm/default.nix @@ -12,7 +12,6 @@ buildGoModule rec { }; modSha256 = "1kmm6yb03g9lsz380rvf32j4icp3rcq7ixxcgsxfgpwqvq08zkn6"; - goPackagePath = "k8s.io/helm"; subPackages = [ "cmd/helm" ]; buildFlagsArray = [ "-ldflags=-w -s -X helm.sh/helm/v3/internal/version.version=v${version}" ];