Revert "openexr, imlbase: unbreak on macOS"

To avoid merge conflict.

This reverts commit 8532d16e3d.
This commit is contained in:
Frederik Rietdijk 2020-05-02 09:33:06 +02:00
parent 285bd2642b
commit f855e59192
2 changed files with 0 additions and 6 deletions

View file

@ -18,9 +18,6 @@ stdenv.mkDerivation rec {
./bootstrap
'';
# otherwise, the pkgconfig info for the libraries will not match the filenames
configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--enable-namespaceversioning=no";
depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ automake autoconf libtool which ];

View file

@ -42,9 +42,6 @@ stdenv.mkDerivation rec {
./bootstrap
'';
# otherwise, the pkgconfig info for the libraries will not match the filenames
configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--enable-namespaceversioning=no";
nativeBuildInputs = [ pkgconfig autoconf automake libtool ];
propagatedBuildInputs = [ ilmbase zlib ];