openexr_3.tests.musl: init
This would have caught the regression fixed by
ccf9793a00
("pkgsMusl.openexr_3: fix build").
This commit is contained in:
parent
950243c873
commit
3b823d4364
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user