cloud-hypervisor: Add versionCheckHook
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
pkg-config,
|
||||
dtc,
|
||||
openssl,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@@ -41,6 +42,11 @@ rustPlatform.buildRustPackage rec {
|
||||
"vmm" # /dev/kvm
|
||||
];
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor";
|
||||
description = "Open source Virtual Machine Monitor (VMM) that runs on top of KVM";
|
||||
|
||||
Reference in New Issue
Block a user