1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

* Update libxml2 to 2.7.7. This is necessary because of the zlib

update - xsltproc segfaults otherwise.  (From the release notes:
  "libxml violates the zlib interface and crashes".)

svn path=/nixpkgs/branches/x-updates/; revision=22655
This commit is contained in:
Eelco Dolstra 2010-07-19 08:17:42 +00:00
parent fa38234d64
commit cb4a883683

View file

@ -3,11 +3,11 @@
assert pythonSupport -> python != null;
stdenv.mkDerivation {
name = "libxml2-2.7.6";
name = "libxml2-2.7.7";
src = fetchurl {
url = ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.6.tar.gz;
sha256 = "0n61rqqfiv0m64p01cwx205i6hb0mmzf7r0ya40s4fiqd2nhkkg0";
url = ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.7.tar.gz;
sha256 = "03kkknm7xl77qfdig8mzalsi8ljsyblzin18gy3h8zranffrpyzs";
};
configureFlags = ''