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

commit 52c20d8e1517190ca5bfbaa9f83da17587b47e9c
Author: Mark H Weaver <[email protected]>
Date:   Wed Sep 2 19:59:12 2015 -0400

    packages: Add 'armhf-linux' to '%hydra-supported-systems'.
    
    * guix/packages.scm (%hydra-supported-systems): Do not remove 'armhf-linux'
      from it.  It is now equal to '%supported-systems'.
---
 guix/packages.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 3983d14..d338ad2 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -192,7 +192,7 @@ representation."
 
 (define %hydra-supported-systems
   ;; This is the list of system types for which build slaves are available.
-  (delete "armhf-linux" %supported-systems))
+  %supported-systems)
 
 
 ;; A package.

Reply via email to