bzrtp: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-01-11 08:35:06 +01:00 committed by Franz Pletz
parent 4a32649b82
commit 3649b87506
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ bctoolbox sqlite ];
nativeBuildInputs = [ cmake ];
NIX_CFLAGS_COMPILE = "-Wno-error=cast-function-type";
meta = with stdenv.lib; {
description = "BZRTP is an opensource implementation of ZRTP keys exchange protocol";
homepage = https://github.com/BelledonneCommunications/bzrtp;