Damn it, we already had an ECJ.

svn path=/nixpkgs/trunk/; revision=17353
This commit is contained in:
Ludovic Courtès 2009-09-22 14:24:35 +00:00
parent bf0f4deabb
commit a4af741f8d

View File

@ -654,7 +654,8 @@ let
inherit fetchurl stdenv cdrkit m4;
};
ecj = import ../development/compilers/ecj {
# FIXME: Remove/merge with `ecj'.
ecjNew = import ../development/compilers/ecj {
inherit fetchurl stdenv unzip ant;
};