summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-09-16 09:16:29 +0100
committerChristopher Baines <mail@cbaines.net>2023-09-16 09:20:52 +0100
commit6a7cda20993aea36aa6e21e4a08b630f0d888d6d (patch)
treee1169a884470080364194da9e1040b572ee6a4e0 /gnu/packages/lisp.scm
parent54fd990973cf1fc6cfc50130f715761c5a2406f5 (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.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 6f425a6e4af..ef30f0087c3 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -346,6 +346,7 @@ interface to the Tk widget system.")
346 (files '("etc"))))) 346 (files '("etc")))))
347 (home-page "https://ecl.common-lisp.dev/") 347 (home-page "https://ecl.common-lisp.dev/")
348 (synopsis "Embeddable Common Lisp") 348 (synopsis "Embeddable Common Lisp")
349 (supported-systems (delete "i586-gnu" %supported-systems))
349 (description "ECL is an implementation of the Common Lisp language as 350 (description "ECL is an implementation of the Common Lisp language as
350defined by the ANSI X3J13 specification. Its most relevant features are: a 351defined by the ANSI X3J13 specification. Its most relevant features are: a
351bytecode compiler and interpreter, being able to compile Common Lisp with any 352bytecode compiler and interpreter, being able to compile Common Lisp with any