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:
Danny Milosavljevic 2018-01-29 13:23:07 +01:00
parent 1fe805b290
commit ebd6a6445f
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -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))