Skip to content

Commit

Permalink
brotli: Use multiple outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jan 2, 2018
1 parent aa0d820 commit e4beb97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/compression/brotli/default.nix
Expand Up @@ -15,6 +15,8 @@ stdenv.mkDerivation rec {

buildInputs = [ cmake ];

outputs = [ "out" "dev" "lib" ];

# 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-insensitivity?)
prePatch = "rm BUILD";
Expand Down

0 comments on commit e4beb97

Please sign in to comment.