kubernetes-helm: drop unneeded goPackagePath from legacy go support
Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>
This commit is contained in:
parent
171982e2a9
commit
6f2523e1b3
1 changed files with 0 additions and 1 deletions
|
@ -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}" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue