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 @@ (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*