gnu: grub-efi: Disable tests on all platforms.
This is a follow-up to56f0feb678and63087721bb, 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.
This commit is contained in:
		
							parent
							
								
									3e9013562c
								
							
						
					
					
						commit
						46ff2dbb4a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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 a new issue