civodul pushed a commit to branch master
in repository guix.
commit d7fdab25410bfc84b944153983529fc38916653b
Author: Ludovic Courtès <[email protected]>
Date: Sun May 10 20:28:58 2015 +0200
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'.
---
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 ba85c87..9b791f2 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)))