mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 14:40:36 +02:00
packages: Add armhf-linux to %supported-systems.
* guix/packages.scm (%supported-systems): Add "armhf-linux".
This commit is contained in:
@@ -208,7 +208,7 @@ corresponds to the arguments expected by `set-path-environment-variable'."
|
||||
(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>
|
||||
|
||||
Reference in New Issue
Block a user