bctoolbox: fix build w/gcc9
This commit is contained in:
parent
fac07ceb2a
commit
5e35713702
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1cxx243wyzkd4xnvpyqf97n0rjhfckpvw1vhwnbwshq3q6fra909";
|
sha256 = "1cxx243wyzkd4xnvpyqf97n0rjhfckpvw1vhwnbwshq3q6fra909";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-truncation" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = "Utilities library for Linphone";
|
description = "Utilities library for Linphone";
|
||||||
|
|
Loading…
Reference in New Issue