3
0
Fork 0
forked from mirrors/nixpkgs

* Libtiff updated to 3.7.2.

svn path=/nixpkgs/trunk/; revision=2519
This commit is contained in:
Eelco Dolstra 2005-04-11 08:54:32 +00:00
parent c4ca7db276
commit 013300cb0e

View file

@ -3,11 +3,11 @@
assert zlib != null && libjpeg != null;
stdenv.mkDerivation {
name = "libtiff-3.7.1";
name = "libtiff-3.7.2";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/tiff-3.7.1.tar.gz;
md5 = "37d222df12eb23691614cd40b7b1f215";
url = ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.7.2.tar.gz;
md5 = "9d7123bd0dbde2a3853fb758346adb78";
};
propagatedBuildInputs = [zlib libjpeg];
inherit zlib libjpeg;