openexr: 2.5.2 → 2.5.3

https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.3

* Includes the musl patch.
* Also clean up a bit while at it:
    * libtool not necessary since CMake port
    * enableParallelBuilding is on by default with cmake
This commit is contained in:
Jan Tojnar
2020-08-13 01:38:37 +02:00
committed by Frederik Rietdijk
parent 4005fe7f55
commit a1baa4f0bf
2 changed files with 5 additions and 20 deletions

View File

@@ -2,7 +2,6 @@
, lib
, buildPackages
, cmake
, libtool
, openexr
}:
@@ -16,7 +15,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
nativeBuildInputs = [ cmake libtool ];
nativeBuildInputs = [ cmake ];
depsBuildBuild = [ buildPackages.stdenv.cc ];
# fails 1 out of 1 tests with