ecl: add SBCL as passthru test (#538877)

This commit is contained in:
7c6f434c 2026-07-06 16:47:30 +00:00 committed by GitHub
commit 9531a4accf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@
threadSupport ? true,
useBoehmgc ? false,
boehmgc,
sbcl,
}:
let
@ -80,6 +81,9 @@ stdenv.mkDerivation rec {
}"
'';
# ECL is used as a bootstrap compiler for SBCL.
passthru.tests.sbcl = sbcl;
meta = {
description = "Lisp implementation aiming to be small, fast and easy to embed";
homepage = "https://common-lisp.net/project/ecl/";