about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/linphone
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-04-18 10:17:41 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-04-18 10:17:41 +0200
commite8710f30e2b42aab455db052f6c658af85216d23 (patch)
treed54780caf0e9b80865ee42eafedd2724a8aced4f /pkgs/applications/networking/instant-messengers/linphone
parent60ff4d0c7a093ddef2503ed45efbadb5d756e895 (diff)
linphone: fix build via ignoring deprecations
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/linphone')
-rw-r--r--pkgs/applications/networking/instant-messengers/linphone/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/linphone/default.nix b/pkgs/applications/networking/instant-messengers/linphone/default.nix
index 7bdb6cc1452d4..a4a32327d0c64 100644
--- a/pkgs/applications/networking/instant-messengers/linphone/default.nix
+++ b/pkgs/applications/networking/instant-messengers/linphone/default.nix
@@ -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";