[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")))
- branch core-updates updated (9e63a38 -> 868ef9a), Ludovic Courtès, 2015/05/01
- 01/08: Merge branch 'master' into core-updates, Ludovic Courtès, 2015/05/01
- 02/08: gnu: ganv: Set the RUNPATH of binaries to $libdir., Ludovic Courtès, 2015/05/01
- 04/08: list-packages: Add status link only for systems supported on Hydra., Ludovic Courtès, 2015/05/01
- 03/08: packages: Add '%hydra-supported-systems'., Ludovic Courtès, 2015/05/01
- 05/08: gnu: mariadb: Remove now unneeded workaround., Ludovic Courtès, 2015/05/01
- 06/08: check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.,
Ludovic Courtès <=
- 08/08: bash completion: Complete long options with no short variant., Ludovic Courtès, 2015/05/01
- 07/08: gnu: polkit-qt: Add $libdir to RUNPATH., Ludovic Courtès, 2015/05/01