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'.
This commit is contained in:
Ludovic Courtès 2015-05-10 20:28:58 +02:00
parent 487abff67c
commit d7fdab2541
1 changed files with 1 additions and 1 deletions

View File

@ -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)))