Skip to content

Commit

Permalink
bossa: fix build with gcc6
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Leathers committed Sep 1, 2017
1 parent 86e6e80 commit 39154ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/misc/bossa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ stdenv.mkDerivation rec {

# Explicitly specify targets so they don't get stripped.
makeFlags = [ "bin/bossac" "bin/bossash" "bin/bossa" ];
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";

installPhase = ''
mkdir -p $out/bin
Expand Down

0 comments on commit 39154ab

Please sign in to comment.