mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* 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:
parent
d8900100e5
commit
ede6283180
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user