me
/
guix
Archived
1
0
Fork 0

gnu: ecl: Remove i586-gnu from supported-systems.

* gnu/packages/lisp.scm (ecl)[supported-systems]: Remove i586-gnu.
Christopher Baines 2023-09-16 09:16:29 +01:00
parent 54fd990973
commit 6a7cda2099
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ interface to the Tk widget system.")
(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