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:
committed by
Frederik Rietdijk
parent
4005fe7f55
commit
a1baa4f0bf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user