diff --git a/pkgs/tools/networking/termscp/default.nix b/pkgs/tools/networking/termscp/default.nix index d48c284109de..f06b89a973de 100644 --- a/pkgs/tools/networking/termscp/default.nix +++ b/pkgs/tools/networking/termscp/default.nix @@ -11,6 +11,7 @@ Foundation, Security, samba, + versionCheckHook, nix-update-script, }: @@ -54,6 +55,11 @@ rustPlatform.buildRustPackage rec { ] ); + nativeInstallCheckInputs = [ + versionCheckHook + ]; + doInstallCheck = true; + checkFeatures = [ "isolated-tests" ]; checkFlags = [ # requires networking