diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-01 16:05:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-01 16:05:40 +0200 |
commit | abcbda48c20da3d621e8170f8de30a575f080b51 (patch) | |
tree | 3b8d13d2730ae65224b7d70d6cfbd2f66812b7f9 /build-aux | |
parent | ea7f3349ba59cb56087d3ca3ab4c101f372d0eac (diff) | |
download | patches-abcbda48c20da3d621e8170f8de30a575f080b51.tar patches-abcbda48c20da3d621e8170f8de30a575f080b51.tar.gz |
packages: Add '%hydra-supported-systems'.
* build-aux/hydra/gnu-system.scm (%hydra-supported-systems): Remove.
* guix/packages.scm (%hydra-supported-systems): New variable.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 9a47b4f423..c612ff1f12 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -210,10 +210,6 @@ valid." #f))))) -(define %hydra-supported-systems - ;; This is the list of system types for which build slaves are available. - '("x86_64-linux" "i686-linux" "mips64el-linux")) - ;;; ;;; Hydra entry point. ;;; |