brotli: remove darwin cmake fix

This commit is contained in:
Daiderd Jordan 2018-01-07 09:45:56 +01:00
parent 6f10cfc777
commit dc2ae3aef6
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -21,10 +21,6 @@ stdenv.mkDerivation rec {
# and the wonderful bazel BUILD file is already there (yay case-insensitivity?)
prePatch = "rm BUILD";
preConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
cmakeFlagsArray+=("-DCMAKE_INSTALL_NAME_DIR=$lib/lib")
'';
meta = with stdenv.lib; {
inherit (src.meta) homepage;