summaryrefslogtreecommitdiff
path: root/build-aux/check-final-inputs-self-contained.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-10 20:28:58 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-10 22:29:16 +0200
commitd7fdab25410bfc84b944153983529fc38916653b (patch)
treeaa2d98b7b722fc05b782645c0866b9b7e44bc03f /build-aux/check-final-inputs-self-contained.scm
parent487abff67cf56cee1318a5327d97998011e50a0e (diff)
downloadgnu-guix-d7fdab25410bfc84b944153983529fc38916653b.tar
gnu-guix-d7fdab25410bfc84b944153983529fc38916653b.tar.gz
build: check-final-inputs-self-contained uses %HYDRA-SUPPORTED-SYSTEMS.
* build-aux/check-final-inputs-self-contained.scm: Change '%supported-systems' to '%hydra-supported-systems'.
Diffstat (limited to 'build-aux/check-final-inputs-self-contained.scm')
-rw-r--r--build-aux/check-final-inputs-self-contained.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/check-final-inputs-self-contained.scm b/build-aux/check-final-inputs-self-contained.scm
index ba85c876d2..9b791f2e2d 100644
--- a/build-aux/check-final-inputs-self-contained.scm
+++ b/build-aux/check-final-inputs-self-contained.scm
@@ -77,5 +77,5 @@ refer to the bootstrap tools."
(set-build-options store #:use-substitutes? #t)
(for-each (cut test-final-inputs store <>)
- %supported-systems)))
+ %hydra-supported-systems)))