* GTK 2.6 plus associated libraries.

* Updated libtiff, libpng, libxml2, libxslt, gettext.

svn path=/nixpkgs/trunk/; revision=2238
This commit is contained in:
Eelco Dolstra
2005-02-15 16:22:20 +00:00
parent e42507d182
commit aac8011c8b
12 changed files with 106 additions and 24 deletions

View File

@@ -3,10 +3,10 @@
assert libxml2 != null;
stdenv.mkDerivation {
name = "libxslt-1.1.10";
name = "libxslt-1.1.12";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libxslt-1.1.10.tar.gz;
md5 = "9839e6a309c7c97ffd260c8a2aa03cf5";
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libxslt-1.1.12.tar.gz;
md5 = "cf82a767c016ff1668d1c295c47ae700";
};
buildInputs = [libxml2];
}