me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lisp.scm (sbcl)[supported-systems]: Remove i586-gnu.
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
1 changed files with 1 additions and 0 deletions

View File

@ -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