forked from mirrors/nixpkgs
* 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:
parent
fa38234d64
commit
cb4a883683
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue