mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
libtiff: add a comment about the patches
This commit is contained in:
parent
3fbb842518
commit
4596251dd1
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
prePatch = let
|
prePatch = let
|
||||||
debian = fetchurl {
|
debian = fetchurl {
|
||||||
|
# When the URL disappears, it typically means that Debian has new patches
|
||||||
|
# (probably security) and updating to new tarball will apply them as well.
|
||||||
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.9-6.debian.tar.xz;
|
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.9-6.debian.tar.xz;
|
||||||
sha256 = "10yk5npchxscgsnd7ihd3bbbw2fxkl7ni0plm43c9q4nwp6ms52f";
|
sha256 = "10yk5npchxscgsnd7ihd3bbbw2fxkl7ni0plm43c9q4nwp6ms52f";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user