* GTK 2.6 plus associated libraries.
* Updated libtiff, libpng, libxml2, libxslt, gettext. svn path=/nixpkgs/trunk/; revision=2238
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
assert zlib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libpng-1.2.7";
|
||||
name = "libpng-1.2.8";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libpng-1.2.7.tar.bz2;
|
||||
md5 = "21030102f99f81c37276403e5956d198";
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/libpng-1.2.8.tar.bz2;
|
||||
md5 = "00cea4539bea4bd34cbf8b82ff9589cd";
|
||||
};
|
||||
propagatedBuildInputs = [zlib];
|
||||
inherit zlib;
|
||||
|
||||
Reference in New Issue
Block a user