hydra: Work around import problem.
* build-aux/hydra/gnu-system.scm: qemu-jobs: Work around import problem.
Follow-up to 1fe805b290.
			
			
This commit is contained in:
		
							parent
							
								
									1fe805b290
								
							
						
					
					
						commit
						ebd6a6445f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -166,7 +166,7 @@ system.")
 | 
			
		|||
  (define (adjust-bootloader os)
 | 
			
		||||
    (if (member system %u-boot-systems)
 | 
			
		||||
      (operating-system (inherit os)
 | 
			
		||||
        (bootloader (bootloader-configuration
 | 
			
		||||
        (bootloader ((@ (gnu bootloader) bootloader-configuration)
 | 
			
		||||
                     (bootloader u-boot-bootloader)
 | 
			
		||||
                     (target "/dev/null"))))
 | 
			
		||||
      os))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue