diff options
author | Christopher Baines <mail@cbaines.net> | 2023-09-16 09:16:29 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-16 09:20:52 +0100 |
commit | 6a7cda20993aea36aa6e21e4a08b630f0d888d6d (patch) | |
tree | e1169a884470080364194da9e1040b572ee6a4e0 /gnu/packages/lisp.scm | |
parent | 54fd990973cf1fc6cfc50130f715761c5a2406f5 (diff) |
gnu: ecl: Remove i586-gnu from supported-systems.
* gnu/packages/lisp.scm (ecl)[supported-systems]: Remove i586-gnu.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 6f425a6e4a..ef30f0087c 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -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 |