guix-commits
[Top][All Lists]
Advanced

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

01/01: packages: Add 'armhf-linux' to '%hydra-supported-systems'.


From: Mark H. Weaver
Subject: 01/01: packages: Add 'armhf-linux' to '%hydra-supported-systems'.
Date: Thu, 03 Sep 2015 00:01:37 +0000

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

commit 52c20d8e1517190ca5bfbaa9f83da17587b47e9c
Author: Mark H Weaver <address@hidden>
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

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