openexr: fix cross-compilation
This commit is contained in:
parent
8e1852ac7e
commit
a025f8535e
@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
./bootstrap
|
./bootstrap
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig autoconf automake libtool ];
|
||||||
buildInputs = [ autoconf automake libtool ];
|
|
||||||
propagatedBuildInputs = [ ilmbase zlib ];
|
propagatedBuildInputs = [ ilmbase zlib ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user