Revert "openexr, imlbase: unbreak on macOS"
To avoid merge conflict.
This reverts commit 8532d16e3d
.
This commit is contained in:
parent
285bd2642b
commit
f855e59192
@ -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 ];
|
||||
|
||||
|
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user