···2 lib,
3 stdenv,
4 fetchFromGitLab,
05 nix-update-script,
67 cmake,
···48 };
4950 patches = [
0000000051 # 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,
78 cmake,
···49 };
5051 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