~ruther/guix-local

ebd6a6445fa7d3db64795840a607815abbd56880 — Danny Milosavljevic 8 years ago 1fe805b
hydra: Work around import problem.

* build-aux/hydra/gnu-system.scm: qemu-jobs: Work around import problem.

Follow-up to 1fe805b290f26db477bcd49be91af54f6c5d061f.
1 files changed, 1 insertions(+), 1 deletions(-)

M build-aux/hydra/gnu-system.scm
M build-aux/hydra/gnu-system.scm => build-aux/hydra/gnu-system.scm +1 -1
@@ 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))