gnu: femtolisp: Remove aarch64-linux from supported-architectures.

* gnu/packages/lisp.scm (femtolisp)[supported-systems]: Remove
aarch64-linux from supported-systems.
master
Efraim Flashner 2017-04-30 12:24:08 +03:00
parent 300200b637
commit dc00f63527
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 1 deletions

View File

@ -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")