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

* gnu/packages/lisp.scm (sbcl)[supported-systems]: Remove i586-gnu.
This commit is contained in:
Christopher Baines 2023-09-16 09:16:54 +01:00
parent 6a7cda2099
commit bd6c377ca0
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -669,6 +669,7 @@ (define (quoted-path input path)
(variable "XDG_CONFIG_DIRS") (variable "XDG_CONFIG_DIRS")
(files '("etc"))))) (files '("etc")))))
(home-page "https://www.sbcl.org/") (home-page "https://www.sbcl.org/")
(supported-systems (delete "i586-gnu" %supported-systems))
(synopsis "Common Lisp implementation") (synopsis "Common Lisp implementation")
(description "Steel Bank Common Lisp (SBCL) is a high performance Common (description "Steel Bank Common Lisp (SBCL) is a high performance Common
Lisp compiler. In addition to the compiler and runtime system for ANSI Common Lisp compiler. In addition to the compiler and runtime system for ANSI Common