* Libxml updated to 2.6.13.

svn path=/nixpkgs/trunk/; revision=1455
This commit is contained in:
Eelco Dolstra 2004-09-18 21:14:31 +00:00
parent c58195fba0
commit 1d558d08ac

View File

@ -4,12 +4,12 @@ assert zlib != null;
assert pythonSupport -> python != null; assert pythonSupport -> python != null;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libxml2-2.6.8"; name = "libxml2-2.6.13";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-2.6.8.tar.bz2; url = ftp://xmlsoft.org/libxml2-2.6.13.tar.gz;
md5 = "f8a0dc1983f67db388baa0f7c65d2b70"; md5 = "23e9a2cfcd700fd4ff70996fd7c632c0";
}; };
python = if pythonSupport then python else null; python = if pythonSupport then python else null;