From 2a49a18e8b60a03d85b7ad8b02a3730fa003eb69 Mon Sep 17 00:00:00 2001
From: Danny Milosavljevic <dannym@scratchpost.org>
Date: Mon, 29 Jan 2018 16:02:25 +0100
Subject: hydra: Fix up arm qemu job.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Fix up arm qemu job.

Follow-up to 44b0303762f58badd9b9f8f1145e54b76b9d19d2.
---
 build-aux/hydra/gnu-system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index ab240cbc5c..e77604109e 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -170,7 +170,7 @@ system.")
                          (mbegin %store-monad
                            (set-guile-for-build (default-guile))
                            (system-disk-image
-                            (operating-system (inherit os)
+                            (operating-system (inherit installation-os)
                              (bootloader (bootloader-configuration
                                           (bootloader u-boot-bootloader)
                                           (target #f))))
-- 
cgit v1.2.3