From 035b6ff7079576c37af88342c7ff6f904fbc6329 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 4 Sep 2015 13:40:55 +0200 Subject: packages: Define '%hurd-systems'. * guix/packages.scm (%hurd-systems): New variable. --- guix/packages.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'guix/packages.scm') diff --git a/guix/packages.scm b/guix/packages.scm index d73e6b0abb..68ec236451 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -94,6 +94,7 @@ (define-module (guix packages) package-grafts %supported-systems + %hurd-systems %hydra-supported-systems supported-package? @@ -190,6 +191,10 @@ (define %supported-systems ;; 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) -- cgit v1.2.3