diff options
| author | Christopher Baines <mail@cbaines.net> | 2023-09-16 09:16:54 +0100 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2023-09-16 09:20:52 +0100 |
| commit | bd6c377ca0e337aa26899b88f82539edb5aaedd0 (patch) | |
| tree | 7af4a8a53c529426121cd02ec0a401e799b8a04b /gnu/packages | |
| parent | 6a7cda20993aea36aa6e21e4a08b630f0d888d6d (diff) | |
gnu: sbcl: Remove i586-gnu from supported-systems.
* gnu/packages/lisp.scm (sbcl)[supported-systems]: Remove i586-gnu.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/lisp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index ef30f0087c3..7abdbc8b6ce 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm | |||
| @@ -669,6 +669,7 @@ an interpreter, a compiler, a debugger, and much more.") | |||
| 669 | (variable "XDG_CONFIG_DIRS") | 669 | (variable "XDG_CONFIG_DIRS") |
| 670 | (files '("etc"))))) | 670 | (files '("etc"))))) |
| 671 | (home-page "https://www.sbcl.org/") | 671 | (home-page "https://www.sbcl.org/") |
| 672 | (supported-systems (delete "i586-gnu" %supported-systems)) | ||
| 672 | (synopsis "Common Lisp implementation") | 673 | (synopsis "Common Lisp implementation") |
| 673 | (description "Steel Bank Common Lisp (SBCL) is a high performance Common | 674 | (description "Steel Bank Common Lisp (SBCL) is a high performance Common |
| 674 | Lisp compiler. In addition to the compiler and runtime system for ANSI Common | 675 | Lisp compiler. In addition to the compiler and runtime system for ANSI Common |
