Skip to content

Commit

Permalink
brotli: fix on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Apr 7, 2017
1 parent 6e58719 commit 6f0a2af
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 6f0a2af

Please sign in to comment.