* Gnome 2.14.3.
* GTK updates. * Removed the bzip2 hack. svn path=/nixpkgs/trunk/; revision=6104
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user