Top-level entry for gambit commit

svn path=/nixpkgs/trunk/; revision=22028
This commit is contained in:
Michael Raskin 2010-05-28 06:08:50 +00:00
parent 0687f2064f
commit 6a185ec765

View File

@ -2017,6 +2017,10 @@ let
inherit fetchurl stdenv gawk system;
};
gambit = import ../development/compilers/gambit {
inherit fetchurl stdenv builderDefsPackage;
};
gcc = gcc44;
gcc295 = wrapGCC (import ../development/compilers/gcc-2.95 {