summaryrefslogtreecommitdiff
path: root/guix/packages.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-04-22 16:49:11 -0400
committerMark H Weaver <mhw@netris.org>2015-04-22 17:25:28 -0400
commitfc34deea241bb08fae3521ba93bc48747dac380e (patch)
tree4551f039f2a062d1d7c3d8c772066b3b9d2ac204 /guix/packages.scm
parent95203be9eff7d22a6edc6a8318c24b43407593bb (diff)
downloadgnu-guix-fc34deea241bb08fae3521ba93bc48747dac380e.tar
gnu-guix-fc34deea241bb08fae3521ba93bc48747dac380e.tar.gz
packages: Add armhf-linux to %supported-systems.
* guix/packages.scm (%supported-systems): Add "armhf-linux".
Diffstat (limited to 'guix/packages.scm')
-rw-r--r--guix/packages.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/packages.scm b/guix/packages.scm
index fde46d5d6a..0e4cce17e1 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -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>