GCC 13 stopped transitively including a couple of headers (including
`cstdint`) in various scenarios, which breaks the build of the current
release version of `djv`. A fix for this issue has already been merged
in master as part of a PR from which Nixpkgs already pulls patches
from [1]. As this is the case, I just added the missing commit to
the list of patches in order to get the package building again.
[1]: be0dd90c25
Without the change build fails on hydra due to `gcc` version mix
between `opencolorio` and `djv`:
[ 51%] Linking CXX executable ../../build/bin/Render2DStressTest
...-binutils-2.39/bin/ld: ...-opencolorio-1.1.1/lib/libOpenColorIO.so:
undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'
ZHF: https://github.com/NixOS/nixpkgs/issues/199919