diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-10 20:28:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-10 22:29:16 +0200 |
commit | d7fdab25410bfc84b944153983529fc38916653b (patch) | |
tree | aa2d98b7b722fc05b782645c0866b9b7e44bc03f /build-aux | |
parent | 487abff67cf56cee1318a5327d97998011e50a0e (diff) | |
download | patches-d7fdab25410bfc84b944153983529fc38916653b.tar patches-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')
-rw-r--r-- | build-aux/check-final-inputs-self-contained.scm | 2 |
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))) |