diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-01-29 10:04:41 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-01-29 10:04:41 +0100 |
commit | 1fe805b290f26db477bcd49be91af54f6c5d061f (patch) | |
tree | 877870ff2ca36c6a35d5758ebfb576ceea109b05 /build-aux | |
parent | fddf1dc3aba3176b6efc9e0be0918245665a6ebf (diff) | |
download | patches-1fe805b290f26db477bcd49be91af54f6c5d061f.tar patches-1fe805b290f26db477bcd49be91af54f6c5d061f.tar.gz |
hydra: Add (gnu bootloader) import.
* build-aux/hydra/gnu-system.scm: Add (gnu bootloader) import.
Follow-up to de2bc8d6da0ba4e74ed083af66a22cf96f74e67f.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index c9aa597752..46f09d14e5 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -51,6 +51,7 @@ ((guix scripts system) #:select (read-operating-system)) ((guix scripts pack) #:select (lookup-compressor self-contained-tarball)) + (gnu bootloader) (gnu bootloader u-boot) (gnu packages) (gnu packages gcc) |