Unverified Commit 3b823d43 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

openexr_3.tests.musl: init

This would have caught the regression fixed by
ccf9793a ("pkgsMusl.openexr_3: fix build").
parent 950243c8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";