mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02:00
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:
@@ -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 New Issue
Block a user