Add Stalin, an efficient Scheme compiler.

svn path=/nixpkgs/trunk/; revision=11927
This commit is contained in:
Ludovic Courtès
2008-05-29 12:10:10 +00:00
parent 402eaefd76
commit ecc5f11e65
3 changed files with 49 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
-i comptime/Cc/cc.c
'';
checkTarget = "test";
meta = {
description = "Bigloo, an efficient Scheme compiler";