vectorcode: move installShellFiles to nativeBuildInputs
It was accidentally in `nativeCheckInputs`, so the build fails when `doCheck = false`.
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user