termscp: add version check

This commit is contained in:
Gutyina Gergő 2024-11-13 10:41:42 +01:00
parent 3bc498fc41
commit 3c3138d2f2
No known key found for this signature in database

View File

@ -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