From 19678c4e90baf5ef384d891298a30876ab20bc89 Mon Sep 17 00:00:00 2001 From: toonn Date: Fri, 22 Oct 2021 19:35:04 +0200 Subject: libtiff: Clarify patch comments --- pkgs/development/libraries/libtiff/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/libtiff') diff --git a/pkgs/development/libraries/libtiff/default.nix b/pkgs/development/libraries/libtiff/default.nix index 6a3abe93b1b..2fe6159556f 100644 --- a/pkgs/development/libraries/libtiff/default.nix +++ b/pkgs/development/libraries/libtiff/default.nix @@ -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 `, this picks up files name + # `version` in the project's include paths ./rename-version.patch ]; -- cgit 1.4.1