Loading pkgs/by-name/cl/cloud-hypervisor/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pkg-config, dtc, openssl, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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"; Loading Loading
pkgs/by-name/cl/cloud-hypervisor/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ pkg-config, dtc, openssl, versionCheckHook, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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"; Loading