openexr: fix cross-compilation

This commit is contained in:
Patrick Hilhorst 2019-05-10 19:16:06 +02:00
parent 8e1852ac7e
commit a025f8535e
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
./bootstrap
'';
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ autoconf automake libtool ];
nativeBuildInputs = [ pkgconfig autoconf automake libtool ];
propagatedBuildInputs = [ ilmbase zlib ];
enableParallelBuilding = true;