rust-hypervisor-firmware: fix build

This commit is contained in:
Astro 2023-04-25 00:08:15 +02:00
parent 3e313808bd
commit 028866fa07

View File

@ -41,6 +41,10 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-edi6/Md6KebKM3wHArZe1htUCg0/BqMVZKA4xEH25GI=";
# lld: error: unknown argument '-Wl,--undefined=AUDITABLE_VERSION_INFO'
# https://github.com/cloud-hypervisor/rust-hypervisor-firmware/issues/249
auditable = false;
RUSTC_BOOTSTRAP = 1;
nativeBuildInputs = [