termscp: add version check

This commit is contained in:
Gutyina Gergő
2024-11-14 17:20:33 +01:00
parent 3bc498fc41
commit 3c3138d2f2
@@ -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