libtiff: Apply patch to fix test_directory test on big-endian (#426618)

authored by Ivan Mincik and committed by GitHub 2a0169e5 726441c2

+9
+9
pkgs/by-name/li/libtiff/package.nix
··· 2 lib, 3 stdenv, 4 fetchFromGitLab, 5 nix-update-script, 6 7 cmake, ··· 48 }; 49 50 patches = [ 51 # libc++abi 11 has an `#include <version>`, this picks up files name 52 # `version` in the project's include paths 53 ./rename-version.patch
··· 2 lib, 3 stdenv, 4 fetchFromGitLab, 5 + fetchpatch, 6 nix-update-script, 7 8 cmake, ··· 49 }; 50 51 patches = [ 52 + # Fix test_directory test on big-endian 53 + # https://gitlab.com/libtiff/libtiff/-/issues/652 54 + (fetchpatch { 55 + name = "0001-Update-test_directory-not-to-fail-on-big-endian-machines"; 56 + url = "https://gitlab.com/libtiff/libtiff/-/commit/e8233c42f2e0a0ea7260c3cc7ebbaec8e5cb5e07.patch"; 57 + hash = "sha256-z5odG66j4U+WoUjTUuBIhcVUCGK1GYdvW/cVucawNZI="; 58 + }) 59 + 60 # libc++abi 11 has an `#include <version>`, this picks up files name 61 # `version` in the project's include paths 62 ./rename-version.patch