Merge pull request #306732 from alyssais/openexr-musl-test

openexr_3.tests.musl: init
This commit is contained in:
Robert Scott 2024-04-26 17:28:25 +01:00 committed by GitHub
commit 91f961ee4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
, imath
, libdeflate
, pkg-config
, pkgsCross
}:
stdenv.mkDerivation rec {
@ -45,6 +46,10 @@ stdenv.mkDerivation rec {
# https://github.com/AcademySoftwareFoundation/openexr/issues/1400
doCheck = !stdenv.isAarch32;
passthru.tests = {
musl = pkgsCross.musl64.openexr_3;
};
meta = with lib; {
description = "A high dynamic-range (HDR) image file format";
homepage = "https://www.openexr.com";