gnu: grub-efi: Disable tests on all platforms.
This is a follow-up tomaster56f0feb678
and63087721bb
, which accidentally enabled tests for grub-efi on other platforms. * gnu/packages/bootloaders.scm (grub-efi)[arguments]: Override inherited tests field and disable on all platforms.
parent
3e9013562c
commit
46ff2dbb4a
|
@ -164,8 +164,8 @@ menu to select one of the installed operating systems.")
|
|||
`(;; TODO: Tests need a UEFI firmware for qemu. There is one at
|
||||
;; https://github.com/tianocore/edk2/tree/master/OvmfPkg .
|
||||
;; Search for 'OVMF' in "tests/util/grub-shell.in".
|
||||
#:tests? #f
|
||||
,@(substitute-keyword-arguments (package-arguments grub)
|
||||
((#:tests? _ #f) #f)
|
||||
((#:configure-flags flags ''())
|
||||
`(cons "--with-platform=efi" ,flags))
|
||||
((#:phases phases)
|
||||
|
|
Reference in New Issue