guix-commits
[Top][All Lists]
Advanced

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

08/09: packages: Define '%hurd-systems'.


From: Ludovic Courtès
Subject: 08/09: packages: Define '%hurd-systems'.
Date: Fri, 04 Sep 2015 11:52:07 +0000

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

commit 035b6ff7079576c37af88342c7ff6f904fbc6329
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 4 13:40:55 2015 +0200

    packages: Define '%hurd-systems'.
    
    * guix/packages.scm (%hurd-systems): New variable.
---
 guix/packages.scm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index d73e6b0..68ec236 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -94,6 +94,7 @@
             package-grafts
 
             %supported-systems
+            %hurd-systems
             %hydra-supported-systems
             supported-package?
 
@@ -190,6 +191,10 @@ representation."
   ;; expect all packages to build successfully here.
   '("x86_64-linux" "i686-linux" "armhf-linux" "mips64el-linux"))
 
+(define %hurd-systems
+  ;; The GNU/Hurd systems for which support is being developed.
+  '("i585-gnu" "i686-gnu"))
+
 (define %hydra-supported-systems
   ;; This is the list of system types for which build slaves are available.
   %supported-systems)



reply via email to

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