From 663fb4f23e837d1094fba8f6f2449deeae1b560a Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Fri, 20 Jun 2025 13:03:36 +0100 Subject: [PATCH] vectorcode: move installShellFiles to nativeBuildInputs It was accidentally in `nativeCheckInputs`, so the build fails when `doCheck = false`. --- pkgs/by-name/ve/vectorcode/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; [