* Gnome 2.14.3.

* GTK updates.
* Removed the bzip2 hack.

svn path=/nixpkgs/trunk/; revision=6104
This commit is contained in:
Eelco Dolstra
2006-08-11 22:26:55 +00:00
parent 38ee361757
commit 259d0dd9ee
23 changed files with 609 additions and 676 deletions
@@ -3,10 +3,10 @@
assert zlib != null;
stdenv.mkDerivation {
name = "libpng-1.2.10";
name = "libpng-1.2.12";
src = fetchurl {
url = ftp://ftp.simplesystems.org/pub/libpng/png/src/history/libpng-1.2.10.tar.bz2;
md5 = "4f23eebd59ddd01a8f91ff8c823dd7d6";
url = ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.12.tar.bz2;
md5 = "2287cfaad53a714acdf6eb75a7c1d15f";
};
propagatedBuildInputs = [zlib];
inherit zlib;