mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
openexr_3: add libjxl to tests
This would have caught the regression introduced by
6f7657be4c
("openexr_3: 3.2.4 -> 3.3.0"), and reverted in the parent
commit.
This commit is contained in:
parent
e7ea92f2c0
commit
bb9674228d
@ -5,6 +5,7 @@
|
||||
, imath
|
||||
, libdeflate
|
||||
, pkg-config
|
||||
, libjxl
|
||||
, pkgsCross
|
||||
}:
|
||||
|
||||
@ -47,6 +48,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = !stdenv.hostPlatform.isAarch32;
|
||||
|
||||
passthru.tests = {
|
||||
inherit libjxl;
|
||||
musl = pkgsCross.musl64.openexr_3;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user