mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
487abff67c
commit
d7fdab2541
1 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,5 @@ (define (test-final-inputs store system)
|
|||
(set-build-options store #:use-substitutes? #t)
|
||||
|
||||
(for-each (cut test-final-inputs store <>)
|
||||
%supported-systems)))
|
||||
%hydra-supported-systems)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue