mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ecl: add SBCL as passthru test (#538877)
This commit is contained in:
commit
9531a4accf
1 changed files with 4 additions and 0 deletions
|
|
@ -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/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue