mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
packages: Add armhf-linux to %supported-systems.
* guix/packages.scm (%supported-systems): Add "armhf-linux".
This commit is contained in:
parent
95203be9ef
commit
fc34deea24
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ (define (search-path-specification->sexp spec)
|
|||
(define %supported-systems
|
||||
;; This is the list of system types that are supported. By default, we
|
||||
;; expect all packages to build successfully here.
|
||||
'("x86_64-linux" "i686-linux" "mips64el-linux"))
|
||||
'("x86_64-linux" "i686-linux" "armhf-linux" "mips64el-linux"))
|
||||
|
||||
;; A package.
|
||||
(define-record-type* <package>
|
||||
|
|
Loading…
Reference in a new issue