1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

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;
};