* Work around (temporarily?) broken URL.
svn path=/nixpkgs/branches/x-updates/; revision=22669
This commit is contained in:
parent
9909fdbbd6
commit
cceb5bcf80
@ -4,7 +4,10 @@ stdenv.mkDerivation {
|
|||||||
name = "libtiff-3.9.4";
|
name = "libtiff-3.9.4";
|
||||||
|
|
||||||
src = fetchurl {
|
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";
|
sha256 = "19hxd773yxcs4lxlc3zfdkz5aiv705vj2jvy5srpqkxpbw3nvdv7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user