* 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,11 +3,11 @@
assert zlib != null;
stdenv.mkDerivation {
name = "libpng-1.2.7";
name = "libpng-1.2.8";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libpng-1.2.7.tar.bz2;
md5 = "21030102f99f81c37276403e5956d198";
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libpng-1.2.8.tar.bz2;
md5 = "00cea4539bea4bd34cbf8b82ff9589cd";
};
propagatedBuildInputs = [zlib];
inherit zlib;