guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.


From: Ludovic Courtès
Subject: 06/08: check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.
Date: Fri, 01 May 2015 15:40:00 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 78bed82d193d73488f18d76165aa3f809122311f
Author: Ludovic Courtès <address@hidden>
Date:   Fri May 1 17:38:09 2015 +0200

    check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.
    
    * build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS
      instead of %SUPPORTED-SYSTEMS.
---
 build-aux/check-available-binaries.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/check-available-binaries.scm 
b/build-aux/check-available-binaries.scm
index bc6207e..04f88b7 100644
--- a/build-aux/check-available-binaries.scm
+++ b/build-aux/check-available-binaries.scm
@@ -33,7 +33,7 @@
     (let* ((native (append-map (lambda (system)
                                  (map (cut package-derivation store <> system)
                                       (list %bootstrap-tarballs emacs)))
-                               %supported-systems))
+                               %hydra-supported-systems))
            (cross  (map (cut package-cross-derivation store
                              %bootstrap-tarballs <>)
                         '("mips64el-linux-gnuabi64")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]