Unverified Commit 6f3ba1c3 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

cloud-hypervisor: Add versionCheckHook

parent d1db0089
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";