coinlive: add versionCheckHook

This commit is contained in:
Fabian Affolter
2024-12-03 10:33:50 +01:00
parent bdfcdf2dce
commit c1ad9fc2f6
+5
View File
@@ -6,6 +6,7 @@
pkg-config,
rustPlatform,
Security,
versionCheckHook,
}:
rustPlatform.buildRustPackage rec {
@@ -31,11 +32,15 @@ rustPlatform.buildRustPackage rec {
Security
];
nativeInstallCheckInputs = [ versionCheckHook ];
checkFlags = [
# Test requires network access
"--skip=utils::test_get_infos"
];
doInstallCheck = true;
meta = with lib; {
description = "Live cryptocurrency prices CLI";
homepage = "https://github.com/mayeranalytics/coinlive";