lol

libtiff: Clarify patch comments

authored by

toonn and committed by
Jonathan Ringer
19678c4e 33e89d41

+3 -1
+3 -1
pkgs/development/libraries/libtiff/default.nix
··· 26 26 sha256 = "1j3snghqjbhwmnm5vz3dr1zm68dj15mgbx1wqld7vkl7n2nfaihf"; 27 27 }; 28 28 29 - # FreeImage needs this patch 30 29 patches = [ 30 + # FreeImage needs this patch 31 31 ./headers.patch 32 + # libc++abi 11 has an `#include <version>`, this picks up files name 33 + # `version` in the project's include paths 32 34 ./rename-version.patch 33 35 ]; 34 36