svn path=/nixpkgs/trunk/; revision=17566
This commit is contained in:
Ludovic Courtès 2009-10-01 09:08:16 +00:00
parent c1bf206662
commit bc1d0a2ba0

View File

@ -5,7 +5,7 @@ let
options = "-Dbuild.compiler=gcj"; # FIXME: We assume GCJ here.
in
stdenv.mkDerivation {
name = "xerces-j-${version}";
name = "xalan-j-${version}";
src = fetchurl {
url = "mirror://apache/xml/xalan-j/source/xalan-j_2_7_1-src.tar.gz";