mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
libjxl: cherry-pick patch to fix tests
The committed-upstream-but-unreleased patch cherry-picked by this commit fixes test failures on riscv64, ia64, and ppc64.
This commit is contained in:
parent
386f2bb148
commit
6195c7b47b
@ -34,6 +34,15 @@ stdenv.mkDerivation rec {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
patches = [
|
||||
# present in master
|
||||
(fetchpatch {
|
||||
name = "fix-test-failure-on-ia64-ppc64-riscv64";
|
||||
url = "https://github.com/libjxl/libjxl/commit/bb8eac5d6acec223e44cf8cc72ae02f0816de311.patch";
|
||||
hash = "sha256-DuUCStWEquhWo7bOss0RgZ7ouYE4FpWrIMFywYR424s=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
gtest
|
||||
|
Loading…
Reference in New Issue
Block a user