Skip to content

Commit

Permalink
brotli: fix on Darwin
Browse files Browse the repository at this point in the history
(cherry picked from commit 6f0a2af)
  • Loading branch information
copumpkin authored and edolstra committed Apr 18, 2017
1 parent b22029d commit b5c8397
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/compression/brotli/default.nix
Expand Up @@ -15,6 +15,10 @@ stdenv.mkDerivation rec {

buildInputs = [ cmake ];

# This breaks on Darwin because our cmake hook tries to make a build folder
# and the wonderful bazel BUILD file is already there (yay case-insensitivty?)
prePatch = "rm BUILD";

meta = with stdenv.lib; {
inherit (src.meta) homepage;

Expand Down

0 comments on commit b5c8397

Please sign in to comment.