[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: sbcl: Remove i586-gnu from supported-systems.
From: |
guix-commits |
Subject: |
04/05: gnu: sbcl: 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 bd6c377ca0e337aa26899b88f82539edb5aaedd0
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Sep 16 09:16:54 2023 +0100
gnu: sbcl: Remove i586-gnu from supported-systems.
* gnu/packages/lisp.scm (sbcl)[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 ef30f0087c..7abdbc8b6c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -669,6 +669,7 @@ an interpreter, a compiler, a debugger, and much more.")
(variable "XDG_CONFIG_DIRS")
(files '("etc")))))
(home-page "https://www.sbcl.org/")
+ (supported-systems (delete "i586-gnu" %supported-systems))
(synopsis "Common Lisp implementation")
(description "Steel Bank Common Lisp (SBCL) is a high performance Common
Lisp compiler. In addition to the compiler and runtime system for ANSI Common