mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
belle-sip: 1.4.1 -> 1.4.2 and fix with new glibc
This commit is contained in:
parent
2b4438c294
commit
210b94da49
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user