guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: femtolisp: Remove aarch64-linux from supported-architectures


From: Efraim Flashner
Subject: 01/01: gnu: femtolisp: Remove aarch64-linux from supported-architectures.
Date: Sun, 30 Apr 2017 06:03:37 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dc00f63527bb1b85fe383cd2f21bbd8c4bdbe058
Author: Efraim Flashner <address@hidden>
Date:   Sun Apr 30 12:24:08 2017 +0300

    gnu: femtolisp: Remove aarch64-linux from supported-architectures.
    
    * gnu/packages/lisp.scm (femtolisp)[supported-systems]: Remove
    aarch64-linux from supported-systems.
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index fc78a60..43d9c9c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -518,7 +518,7 @@ interface.")
       ;; https://github.com/JeffBezanson/femtolisp/issues/25
       (supported-systems
        (fold delete %supported-systems
-             '("armhf-linux" "mips64el-linux")))
+             '("armhf-linux" "mips64el-linux" "aarch64-linux")))
       (build-system gnu-build-system)
       (arguments
        `(#:make-flags '("CC=gcc" "release")



reply via email to

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