forked from mirrors/nixpkgs
libxml2 2.6.27, libxslt 1.1.20
svn path=/nixpkgs/trunk/; revision=8685
This commit is contained in:
parent
fc9a530666
commit
d0b41fda3e
|
@ -4,12 +4,12 @@ assert zlib != null;
|
|||
assert pythonSupport -> python != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libxml2-2.6.26";
|
||||
name = "libxml2-2.6.27";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/libxml2-2.6.26.tar.gz;
|
||||
md5 = "2d8d3805041edab967368b497642f981";
|
||||
url = ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-2.6.27.tar.bz2;
|
||||
sha256 = "0kp0ghf5wgpv3ny6p4pvv38lj46ykbzsnpqpmv9irg4nidl72wl5";
|
||||
};
|
||||
|
||||
python = if pythonSupport then python else null;
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
assert libxml2 != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libxslt-1.1.17";
|
||||
name = "libxslt-1.1.20";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/libxslt-1.1.17.tar.gz;
|
||||
md5 = "fde6a7a93c0eb14cba628692fa3a1000";
|
||||
url = ftp://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/libxslt-1.1.20.tar.bz2;
|
||||
sha256 = "1gwc88dx7pb435qjr4gmf0klildrmp0hf56h2s3dm2578dwy1k21";
|
||||
};
|
||||
buildInputs = [libxml2];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue