Skip to content

Commit

Permalink
Revert "openexr, imlbase: unbreak on macOS"
Browse files Browse the repository at this point in the history
To avoid merge conflict.

This reverts commit 8532d16.
  • Loading branch information
FRidh committed May 2, 2020
1 parent 285bd26 commit f855e59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/libraries/ilmbase/default.nix
Expand Up @@ -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 ];

Expand Down
3 changes: 0 additions & 3 deletions pkgs/development/libraries/openexr/default.nix
Expand Up @@ -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 ];

Expand Down

0 comments on commit f855e59

Please sign in to comment.