mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: sbcl: Remove i586-gnu from supported-systems.
* gnu/packages/lisp.scm (sbcl)[supported-systems]: Remove i586-gnu.
This commit is contained in:
parent
6a7cda2099
commit
bd6c377ca0
1 changed files with 1 additions and 0 deletions
|
@ -669,6 +669,7 @@ (define (quoted-path input path)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue