* Update more URLs.

svn path=/nixpkgs/trunk/; revision=6713
This commit is contained in:
Eelco Dolstra
2006-10-12 14:53:45 +00:00
parent d030e2fdd7
commit ad897a7c96
22 changed files with 172 additions and 172 deletions
@@ -5,7 +5,7 @@ assert libxml2 != null;
stdenv.mkDerivation {
name = "libxslt-1.1.15";
src = fetchurl {
url = ftp://xmlsoft.org/libxml2/libxslt-1.1.15.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/libxslt-1.1.15.tar.gz;
md5 = "238de9eda71b570ff7b78aaf65308fc6";
};
buildInputs = [libxml2];