guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: packages: Add armhf-linux to %supported-systems.


From: Mark H. Weaver
Subject: 03/03: packages: Add armhf-linux to %supported-systems.
Date: Wed, 22 Apr 2015 21:26:23 +0000

mhw pushed a commit to branch master
in repository guix.

commit fc34deea241bb08fae3521ba93bc48747dac380e
Author: Mark H Weaver <address@hidden>
Date:   Wed Apr 22 16:49:11 2015 -0400

    packages: Add armhf-linux to %supported-systems.
    
    * guix/packages.scm (%supported-systems): Add "armhf-linux".
---
 guix/packages.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index fde46d5..0e4cce1 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]