ECJ 3.5.1.
Includes bug fixes needed for IcedTea, see http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=375 . svn path=/nixpkgs/trunk/; revision=18137
This commit is contained in:
parent
4d675a283e
commit
9ec817f18a
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
{ stdenv, fetchurl, unzip, ant, gcj }:
|
||||
|
||||
let
|
||||
version = "3.5";
|
||||
date = "200906111540";
|
||||
version = "3.5.1";
|
||||
date = "200909170800";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ecj-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://eclipse.ialto.org/eclipse/downloads/drops/R-${version}-${date}/ecjsrc-${version}.zip";
|
||||
sha256 = "0f5xfi0458w31dr4pkvrjh1f9h2hbn7ssq9gnnma6gznj45jvy7k";
|
||||
sha256 = "1vnl2mavisc567bip736xzsvvbjif5279wc4a7pbdik5wlir8qr7";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ant gcj ];
|
||||
|
|
Loading…
Reference in a new issue