diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-01-29 16:02:25 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-01-29 16:02:25 +0100 |
commit | 2a49a18e8b60a03d85b7ad8b02a3730fa003eb69 (patch) | |
tree | 6a4a014157ec856b709cb569e06fce283133db8d /build-aux | |
parent | 44b0303762f58badd9b9f8f1145e54b76b9d19d2 (diff) | |
download | patches-2a49a18e8b60a03d85b7ad8b02a3730fa003eb69.tar patches-2a49a18e8b60a03d85b7ad8b02a3730fa003eb69.tar.gz |
hydra: Fix up arm qemu job.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Fix up arm qemu job.
Follow-up to 44b0303762f58badd9b9f8f1145e54b76b9d19d2.
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 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)))) |