libtiff: Clarify patch comments
This commit is contained in:
parent
33e89d4134
commit
19678c4e90
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue