bossa: fix build with gcc6
This commit is contained in:
parent
86e6e8016d
commit
39154ab86f
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# Explicitly specify targets so they don't get stripped.
|
# Explicitly specify targets so they don't get stripped.
|
||||||
makeFlags = [ "bin/bossac" "bin/bossash" "bin/bossa" ];
|
makeFlags = [ "bin/bossac" "bin/bossash" "bin/bossa" ];
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user