multipass: revert change from OVMF.fd -> OVMF.firmware

+3 -2
+3 -2
pkgs/tools/virtualization/multipass/default.nix
··· 70 70 71 71 # Patch the patch of the OVMF binaries to use paths from the nix store. 72 72 substituteInPlace ./src/platform/backends/qemu/linux/qemu_platform_detail_linux.cpp \ 73 - --replace "OVMF.fd" "${OVMF.firmware}" \ 74 - --replace "QEMU_EFI.fd" "${OVMF.firmware}" 73 + --replace "OVMF.fd" "${OVMF.fd}/FV/OVMF.fd" \ 74 + --replace "QEMU_EFI.fd" "${OVMF.fd}/FV/QEMU_EFI.fd" 75 75 76 76 # Copy the grpc submodule we fetched into the source code. 77 77 cp -r --no-preserve=mode ${grpc_src} 3rd-party/grpc ··· 122 122 dnsmasq 123 123 iproute2 124 124 iptables 125 + OVMF.fd 125 126 qemu 126 127 qemu-utils 127 128 xterm