linphone: fix build via ignoring deprecations
This commit is contained in:
parent
60ff4d0c7a
commit
e8710f30e2
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = "--enable-external-ortp --enable-external-mediastreamer";
|
configureFlags = "--enable-external-ortp --enable-external-mediastreamer";
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; # I'm lazy to fix these for them
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.linphone.org/;
|
homepage = http://www.linphone.org/;
|
||||||
description = "Open Source video SIP softphone";
|
description = "Open Source video SIP softphone";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user