summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--build-aux/hydra/gnu-system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 46f09d14e5..0886d5f3db 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -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))