guix-commits
[Top][All Lists]
Advanced

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

18/26: commencement: diffutils-mesboot: Support ARM.


From: guix-commits
Subject: 18/26: commencement: diffutils-mesboot: Support ARM.
Date: Tue, 12 Jan 2021 13:49:16 -0500 (EST)

janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.

commit 4c0976afa61846060b340fdea7f57d34480b7d1e
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 23 09:57:15 2020 +0100

    commencement: diffutils-mesboot: Support ARM.
    
    * gnu/packages/commencement.scm (diffutils-mesboot)[supported-systems]: Add
    aarch64-linux, armhf-linux.
---
 gnu/packages/commencement.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c14cf54..88f6d96 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1038,7 +1038,8 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
               (sha256
                (base32
                 "1mirn5i825bn5w7rh6mgn0r8aj9xqanav95dwcl1b8sn82f4iwnm"))))
-    (supported-systems '("i686-linux" "x86_64-linux"))
+    (supported-systems '("armhf-linux" "aarch64-linux"
+                         "i686-linux" "x86_64-linux"))
     (inputs '())
     (propagated-inputs '())
     (native-inputs (%boot-tcc0-inputs))



reply via email to

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