File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
applications/virtualization/OVMF Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ edk2.mkDerivation projectDscPath (finalAttrs: {
253253 prefix = "${ finalAttrs . finalPackage . fd } /FV/${ fwPrefix } " ;
254254 in
255255 {
256+ mergedFirmware = "${ prefix } .fd" ;
256257 firmware = "${ prefix } _CODE.fd" ;
257258 variables = "${ prefix } _VARS.fd" ;
258259 variablesMs =
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ stdenv.mkDerivation (finalAttrs: {
171171 "--disable-qemu-traditional"
172172 "--with-system-qemu"
173173 ( if withSeaBIOS then "--with-system-seabios=${ systemSeaBIOS . firmware } " else "--disable-seabios" )
174- ( if withOVMF then "--with-system-ovmf=${ OVMF . firmware } " else "--disable-ovmf" )
174+ ( if withOVMF then "--with-system-ovmf=${ OVMF . mergedFirmware } " else "--disable-ovmf" )
175175 ( if withIPXE then "--with-system-ipxe=${ ipxe . firmware } " else "--disable-ipxe" )
176176 ( enableFeature withFlask "xsmpolicy" )
177177 ] ;
You can’t perform that action at this time.
0 commit comments