openexr: fix cross-compilation
This commit is contained in:
parent
8e1852ac7e
commit
a025f8535e
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
|
|||
./bootstrap
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ autoconf automake libtool ];
|
||||
nativeBuildInputs = [ pkgconfig autoconf automake libtool ];
|
||||
propagatedBuildInputs = [ ilmbase zlib ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue