Skip to content

Commit

Permalink
libtiff: Fix debian patch tarball URL
Browse files Browse the repository at this point in the history
The tiff debian tarball URL has disappeared (since debian updated their current
version), which renders this package unbuildable.

Change it to a debian snapshot URL, which should be around indefinitely.

(cherry picked from commit edf6176)
  • Loading branch information
sh01 authored and Mic92 committed Aug 11, 2017
1 parent 81628ce commit 36b4c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libtiff/default.nix
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {

prePatch =let
debian = fetchurl {
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.8-2.debian.tar.xz;
url = http://snapshot.debian.org/archive/debian-debug/20170602T031313Z/pool/main/t/tiff/tiff_4.0.8-2.debian.tar.xz;
sha256 = "1ssjh6vn9rvl2jwm34i3p89g8lj0c7fj3cziva9rj4vasfps58ng";
};
in ''
Expand Down

0 comments on commit 36b4c4e

Please sign in to comment.