vectorcode: move installShellFiles to nativeBuildInputs

It was accidentally in `nativeCheckInputs`, so the build fails when
`doCheck = false`.
This commit is contained in:
Matt Sturgeon
2025-06-24 15:45:59 +01:00
parent 2414fefb79
commit 663fb4f23e
+4 -1
View File
@@ -107,6 +107,10 @@ python.pkgs.buildPythonApplication rec {
];
};
nativeBuildInputs = [
installShellFiles
];
postInstall = ''
$out/bin/vectorcode --print-completion=bash >vectorcode.bash
$out/bin/vectorcode --print-completion=zsh >vectorcode.zsh
@@ -127,7 +131,6 @@ python.pkgs.buildPythonApplication rec {
nativeCheckInputs =
[
installShellFiles
versionCheckHook
]
++ (with python.pkgs; [