forked from mirrors/nixpkgs
kubernetes-helm-wrapped: fix wrapper
This commit is contained in:
parent
d4f591b375
commit
0f783d556f
|
@ -23,8 +23,7 @@ in
|
|||
# Remove the symlinks created by symlinkJoin which we need to perform
|
||||
# extra actions upon
|
||||
postBuild = ''
|
||||
rm $out/bin/helm
|
||||
makeWrapper "${helm}/bin/helm" "$out/bin/helm" "--argv0" "$0" \
|
||||
wrapProgram "$out/bin/helm" \
|
||||
"--set" "HELM_PLUGINS" "${pluginsDir}" ${extraMakeWrapperArgs}
|
||||
'';
|
||||
paths = [ helm pluginsDir ];
|
||||
|
|
Loading…
Reference in a new issue