termscp: add version check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user