summary refs log tree commit diff
path: root/pkgs/development/libraries/belle-sip
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-24 18:31:30 +0000
committerRobin Gloster <mail@glob.in>2016-08-24 18:31:30 +0000
commit210b94da497a464ed8a83fcc5a5c10f03b3884f5 (patch)
treed47c25e0e53e96e7151f1d38ae617dfa1cc77e98 /pkgs/development/libraries/belle-sip
parent2b4438c294daa9a1604b68b965b86fe1ae8b32e8 (diff)
downloadnixpkgs-210b94da497a464ed8a83fcc5a5c10f03b3884f5.tar
nixpkgs-210b94da497a464ed8a83fcc5a5c10f03b3884f5.tar.gz
nixpkgs-210b94da497a464ed8a83fcc5a5c10f03b3884f5.tar.bz2
nixpkgs-210b94da497a464ed8a83fcc5a5c10f03b3884f5.tar.lz
nixpkgs-210b94da497a464ed8a83fcc5a5c10f03b3884f5.tar.xz
nixpkgs-210b94da497a464ed8a83fcc5a5c10f03b3884f5.tar.zst
nixpkgs-210b94da497a464ed8a83fcc5a5c10f03b3884f5.zip
belle-sip: 1.4.1 -> 1.4.2 and fix with new glibc
Diffstat (limited to 'pkgs/development/libraries/belle-sip')
-rw-r--r--pkgs/development/libraries/belle-sip/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/libraries/belle-sip/default.nix b/pkgs/development/libraries/belle-sip/default.nix
index 5975a61ff77..8ba0f6fcc2d 100644
--- a/pkgs/development/libraries/belle-sip/default.nix
+++ b/pkgs/development/libraries/belle-sip/default.nix
@@ -9,15 +9,17 @@ let
   };
 in
 stdenv.mkDerivation rec {
-  name = "belle-sip-1.4.1";
+  name = "belle-sip-1.4.2";
 
   src = fetchurl {
     url = "mirror://savannah/linphone/belle-sip/${name}.tar.gz";
-    sha256 = "0q1d3fqsrxi3kxcjcibr376js25h6in8c1hm7c53wz252jx6f42b";
+    sha256 = "0c48jh3kjz58swvx1m63ijx5x0c0hf37d803d99flk2l10kbfb42";
   };
 
   nativeBuildInputs = [ jre ];
 
+  NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
+
   # belle-sip.pc doesn't have a library path for antlr3c or polarssl
   propagatedBuildInputs = [ libantlr3c polarssl ];