mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
packages: Define '%hurd-systems'.
* guix/packages.scm (%hurd-systems): New variable.
This commit is contained in:
parent
70db9576f4
commit
035b6ff707
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue