mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
termscp: add version check
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user