cloud-hypervisor: Add versionCheckHook

This commit is contained in:
Jonathan Davies
2025-11-24 16:30:45 +00:00
parent d1db0089e1
commit 6f3ba1c3ad
@@ -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";