bctoolbox: fix build w/gcc9

This commit is contained in:
Maximilian Bosch 2019-12-26 17:29:16 +01:00
parent fac07ceb2a
commit 5e35713702
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "1cxx243wyzkd4xnvpyqf97n0rjhfckpvw1vhwnbwshq3q6fra909";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-truncation" ];
meta = {
inherit version;
description = "Utilities library for Linphone";