kluctl: use python3 instead of python310

Tracking: https://github.com/NixOS/nixpkgs/issues/488818
This commit is contained in:
Gaetan Lepage
2026-02-14 18:49:25 +00:00
parent 96f0806079
commit 4feda46325
+2 -2
View File
@@ -6,7 +6,7 @@
fetchFromGitHub,
installShellFiles,
makeWrapper,
python310,
python3,
versionCheckHook,
}:
@@ -46,7 +46,7 @@ buildGoModule (finalAttrs: {
mv $out/bin/{cmd,kluctl}
wrapProgram $out/bin/kluctl \
--set KLUCTL_USE_SYSTEM_PYTHON 1 \
--prefix PATH : '${lib.makeBinPath [ python310 ]}'
--prefix PATH : '${lib.makeBinPath [ python3 ]}'
installShellCompletion --cmd kluctl \
--bash <(${emulator} $out/bin/kluctl completion bash) \
--fish <(${emulator} $out/bin/kluctl completion fish) \