bossa: fix build with gcc6

This commit is contained in:
Samuel Leathers 2017-08-31 22:44:56 -04:00
parent 86e6e8016d
commit 39154ab86f

View file

@ -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