linphone: fix build via ignoring deprecations

This commit is contained in:
Vladimír Čunát 2013-04-18 10:17:41 +02:00
parent 60ff4d0c7a
commit e8710f30e2

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
configureFlags = "--enable-external-ortp --enable-external-mediastreamer";
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; # I'm lazy to fix these for them
meta = {
homepage = http://www.linphone.org/;
description = "Open Source video SIP softphone";