diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-01-29 13:23:07 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-01-29 13:23:07 +0100 |
commit | ebd6a6445fa7d3db64795840a607815abbd56880 (patch) | |
tree | 06da59ee924dffdedec7d5da184c4aed50b17483 /build-aux | |
parent | 1fe805b290f26db477bcd49be91af54f6c5d061f (diff) | |
download | patches-ebd6a6445fa7d3db64795840a607815abbd56880.tar patches-ebd6a6445fa7d3db64795840a607815abbd56880.tar.gz |
hydra: Work around import problem.
* build-aux/hydra/gnu-system.scm: qemu-jobs: Work around import problem.
Follow-up to 1fe805b290f26db477bcd49be91af54f6c5d061f.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 46f09d14e5..0886d5f3db 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -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)) |