oha: Add versionCheckHook
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
pkg-config,
|
||||
openssl,
|
||||
rust-jemalloc-sys,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
@@ -33,6 +34,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
# tests don't work inside the sandbox
|
||||
doCheck = false;
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "HTTP load generator inspired by rakyll/hey with tui animation";
|
||||
homepage = "https://github.com/hatoo/oha";
|
||||
|
||||
Reference in New Issue
Block a user