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:
Alyssa Ross 2024-10-17 08:51:34 +02:00
parent e7ea92f2c0
commit bb9674228d
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -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;
};