summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorSergey Lukjanov <me@slukjanov.name>2020-01-30 14:07:08 -0800
committerSergey Lukjanov <me@slukjanov.name>2020-01-31 21:45:51 -0800
commit6f2523e1b3d9f9eb4d3f3d59f9e8d962efc1a6e9 (patch)
tree616b9f0f21997fa569834618ab896def17edcbb7 /pkgs/applications/networking/cluster/helm
parent171982e2a9f576d2a3f035dbba22e4300616d456 (diff)
kubernetes-helm: drop unneeded goPackagePath from legacy go support
Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix1
1 files changed, 0 insertions, 1 deletions
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}" ];