* Various updates.

svn path=/nixpkgs/branches/stdenv-updates/; revision=12051
This commit is contained in:
Eelco Dolstra
2008-06-12 09:49:40 +00:00
parent 62835f4090
commit cd60dc0ede
8 changed files with 26 additions and 21 deletions

View File

@@ -4,11 +4,14 @@ assert zlib != null;
stdenv.mkDerivation {
name = "libpng-1.2.29";
src = fetchurl {
url = mirror://sourceforge/libpng/libpng-1.2.29.tar.bz2;
md5 = "f588cb4ee39e3a333604096f937ea157";
};
propagatedBuildInputs = [zlib];
inherit zlib;
meta = {