[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: ecl: Remove i586-gnu from supported-systems.
From: |
guix-commits |
Subject: |
03/05: gnu: ecl: Remove i586-gnu from supported-systems. |
Date: |
Sat, 16 Sep 2023 04:21:23 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 6a7cda20993aea36aa6e21e4a08b630f0d888d6d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Sep 16 09:16:29 2023 +0100
gnu: ecl: Remove i586-gnu from supported-systems.
* gnu/packages/lisp.scm (ecl)[supported-systems]: Remove i586-gnu.
---
gnu/packages/lisp.scm | 1 +
1 file changed, 1 insertion(+)
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