~ruther/guix-local

d7fdab25410bfc84b944153983529fc38916653b — Ludovic Courtès 11 years ago 487abff
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'.
1 files changed, 1 insertions(+), 1 deletions(-)

M build-aux/check-final-inputs-self-contained.scm
M build-aux/check-final-inputs-self-contained.scm => build-aux/check-final-inputs-self-contained.scm +1 -1
@@ 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)))