Loading pkgs/applications/virtualization/rust-hypervisor-firmware/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/applications/virtualization/rust-hypervisor-firmware/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading