linphone: fix build via ignoring deprecations
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user