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
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue