mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: femtolisp: Remove aarch64-linux from supported-architectures.
* gnu/packages/lisp.scm (femtolisp)[supported-systems]: Remove aarch64-linux from supported-systems.
This commit is contained in:
parent
300200b637
commit
dc00f63527
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ interface.")
|
||||||
;; https://github.com/JeffBezanson/femtolisp/issues/25
|
;; https://github.com/JeffBezanson/femtolisp/issues/25
|
||||||
(supported-systems
|
(supported-systems
|
||||||
(fold delete %supported-systems
|
(fold delete %supported-systems
|
||||||
'("armhf-linux" "mips64el-linux")))
|
'("armhf-linux" "mips64el-linux" "aarch64-linux")))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags '("CC=gcc" "release")
|
`(#:make-flags '("CC=gcc" "release")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue