gnu: ecl: Remove i586-gnu from supported-systems.
* gnu/packages/lisp.scm (ecl)[supported-systems]: Remove i586-gnu.
This commit is contained in:
parent
54fd990973
commit
6a7cda2099
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ (define-public ecl
|
|||
(files '("etc")))))
|
||||
(home-page "https://ecl.common-lisp.dev/")
|
||||
(synopsis "Embeddable Common Lisp")
|
||||
(supported-systems (delete "i586-gnu" %supported-systems))
|
||||
(description "ECL is an implementation of the Common Lisp language as
|
||||
defined by the ANSI X3J13 specification. Its most relevant features are: a
|
||||
bytecode compiler and interpreter, being able to compile Common Lisp with any
|
||||
|
|
Loading…
Reference in a new issue