~ruther/guix-local

6a7cda20993aea36aa6e21e4a08b630f0d888d6d — Christopher Baines 2 years ago 54fd990
gnu: ecl: Remove i586-gnu from supported-systems.

* gnu/packages/lisp.scm (ecl)[supported-systems]: Remove i586-gnu.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/lisp.scm
M gnu/packages/lisp.scm => gnu/packages/lisp.scm +1 -0
@@ 346,6 346,7 @@ interface to the Tk widget system.")
            (files '("etc")))))
    (home-page "https://ecl.common-lisp.dev/")
    (synopsis "Embeddable Common Lisp")
    (supported-systems (delete "i586-gnu" %supported-systems))
    (description "ECL is an implementation of the Common Lisp language as
defined by the ANSI X3J13 specification.  Its most relevant features are: a
bytecode compiler and interpreter, being able to compile Common Lisp with any