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)
 | 
					  (define (adjust-bootloader os)
 | 
				
			||||||
    (if (member system %u-boot-systems)
 | 
					    (if (member system %u-boot-systems)
 | 
				
			||||||
      (operating-system (inherit os)
 | 
					      (operating-system (inherit os)
 | 
				
			||||||
        (bootloader (bootloader-configuration
 | 
					        (bootloader ((@ (gnu bootloader) bootloader-configuration)
 | 
				
			||||||
                     (bootloader u-boot-bootloader)
 | 
					                     (bootloader u-boot-bootloader)
 | 
				
			||||||
                     (target "/dev/null"))))
 | 
					                     (target "/dev/null"))))
 | 
				
			||||||
      os))
 | 
					      os))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue