* Fix a bunch of URLs.

svn path=/nixpkgs/trunk/; revision=9292
This commit is contained in:
Eelco Dolstra
2007-09-11 10:15:07 +00:00
parent 62934c1dee
commit 8f4d8573c0
18 changed files with 77 additions and 43 deletions

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation {
name = "xalanj-2.7.0";
directory = "xalan-j_2_7_0";
src = fetchurl {
url = "http://apache.cs.uu.nl/dist/xml/xalan-j/xalan-j_2_7_0-bin-2jars.tar.gz";
url = http://apache.cs.uu.nl/dist/xml/xalan-j/xalan-j_2_7_0-bin-2jars.tar.gz;
md5 = "4d7b03dcaf2484b5f9685cc4309a9910";
};
builder = ./builder.sh;