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'.master
parent
487abff67c
commit
d7fdab2541
|
@ -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)))
|
||||
|
||||
|
|
Reference in New Issue