guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mescc-tools: Build for armhf-linux and aarch


From: guix-commits
Subject: branch master updated: gnu: mescc-tools: Build for armhf-linux and aarch64-linux too.
Date: Sun, 14 Mar 2021 11:50:54 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7982adb  gnu: mescc-tools: Build for armhf-linux and aarch64-linux too.
7982adb is described below

commit 7982adb40a0253290fba9e1dbd43b153753159a7
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Mar 14 16:49:12 2021 +0100

    gnu: mescc-tools: Build for armhf-linux and aarch64-linux too.
    
    * gnu/packages/mes.scm (mescc-tools)[supported-systems]: New field, 
overriding
    the v0.5.2 version.
---
 gnu/packages/mes.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index b1b194e..b9b2352 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -345,6 +345,8 @@ get_machine.")
        (sha256
         (base32
          "1p1ijia4rm3002f5sypidl9v5gq0mlch9b0n61rpxkdsaaxjqax3"))))
+    (supported-systems '("armhf-linux" "aarch64-linux"
+                         "i686-linux" "x86_64-linux"))
     (arguments
      (substitute-keyword-arguments (package-arguments mescc-tools-0.5.2)
        ((#:make-flags _)



reply via email to

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