* Revert libpng to 1.2.x because 1.4 breaks too many things.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19641
This commit is contained in:
Eelco Dolstra 2010-01-24 23:14:26 +00:00
parent d8900100e5
commit ede6283180

View file

@ -3,11 +3,11 @@
assert zlib != null;
stdenv.mkDerivation rec {
name = "libpng-1.4.0";
name = "libpng-1.2.42";
src = fetchurl {
url = "mirror://sourceforge/libpng/${name}.tar.gz";
md5 = "dfa01122db3be9808a8c9ace7d0580fd";
md5 = "562066eb8557db91156eaeb309458488";
};
propagatedBuildInputs = [zlib];
@ -20,3 +20,4 @@ stdenv.mkDerivation rec {
license = "free-non-copyleft"; # http://www.libpng.org/pub/png/src/libpng-LICENSE.txt
};
}