mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
multipass: revert change from OVMF.fd -> OVMF.firmware
This commit is contained in:
parent
fb352eadbd
commit
9e811a255e
@ -70,8 +70,8 @@ stdenv.mkDerivation
|
|||||||
|
|
||||||
# Patch the patch of the OVMF binaries to use paths from the nix store.
|
# Patch the patch of the OVMF binaries to use paths from the nix store.
|
||||||
substituteInPlace ./src/platform/backends/qemu/linux/qemu_platform_detail_linux.cpp \
|
substituteInPlace ./src/platform/backends/qemu/linux/qemu_platform_detail_linux.cpp \
|
||||||
--replace "OVMF.fd" "${OVMF.firmware}" \
|
--replace "OVMF.fd" "${OVMF.fd}/FV/OVMF.fd" \
|
||||||
--replace "QEMU_EFI.fd" "${OVMF.firmware}"
|
--replace "QEMU_EFI.fd" "${OVMF.fd}/FV/QEMU_EFI.fd"
|
||||||
|
|
||||||
# Copy the grpc submodule we fetched into the source code.
|
# Copy the grpc submodule we fetched into the source code.
|
||||||
cp -r --no-preserve=mode ${grpc_src} 3rd-party/grpc
|
cp -r --no-preserve=mode ${grpc_src} 3rd-party/grpc
|
||||||
@ -122,6 +122,7 @@ stdenv.mkDerivation
|
|||||||
dnsmasq
|
dnsmasq
|
||||||
iproute2
|
iproute2
|
||||||
iptables
|
iptables
|
||||||
|
OVMF.fd
|
||||||
qemu
|
qemu
|
||||||
qemu-utils
|
qemu-utils
|
||||||
xterm
|
xterm
|
||||||
|
Loading…
Reference in New Issue
Block a user