diff --git a/pkgs/by-name/ve/vectorcode/package.nix b/pkgs/by-name/ve/vectorcode/package.nix index 8d69ef0eb627..6113bfa084ca 100644 --- a/pkgs/by-name/ve/vectorcode/package.nix +++ b/pkgs/by-name/ve/vectorcode/package.nix @@ -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; [