hydra: Work around import problem.
authorDanny Milosavljevic <dannym@scratchpost.org>
Mon, 29 Jan 2018 12:23:07 +0000 (13:23 +0100)
committerDanny Milosavljevic <dannym@scratchpost.org>
Mon, 29 Jan 2018 12:23:07 +0000 (13:23 +0100)
* build-aux/hydra/gnu-system.scm: qemu-jobs: Work around import problem.

Follow-up to 1fe805b290f26db477bcd49be91af54f6c5d061f.

build-aux/hydra/gnu-system.scm

index 46f09d1..0886d5f 100644 (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))