3
0
Fork 0
forked from mirrors/nixpkgs

* Work around (temporarily?) broken URL.

svn path=/nixpkgs/branches/x-updates/; revision=22669
This commit is contained in:
Eelco Dolstra 2010-07-19 23:24:16 +00:00
parent 9909fdbbd6
commit cceb5bcf80

View file

@ -4,7 +4,10 @@ stdenv.mkDerivation {
name = "libtiff-3.9.4";
src = fetchurl {
url = ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz;
urls =
[ ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz
http://download.osgeo.org/libtiff/tiff-3.9.4.tar.gz
];
sha256 = "19hxd773yxcs4lxlc3zfdkz5aiv705vj2jvy5srpqkxpbw3nvdv7";
};