libtiff: Clarify patch comments

This commit is contained in:
toonn 2021-10-22 19:35:04 +02:00 committed by Jonathan Ringer
parent 33e89d4134
commit 19678c4e90

View file

@ -26,9 +26,11 @@ stdenv.mkDerivation rec {
sha256 = "1j3snghqjbhwmnm5vz3dr1zm68dj15mgbx1wqld7vkl7n2nfaihf";
};
# FreeImage needs this patch
patches = [
# FreeImage needs this patch
./headers.patch
# libc++abi 11 has an `#include <version>`, this picks up files name
# `version` in the project's include paths
./rename-version.patch
];