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
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "belle-sip-1.4.1";
|
name = "belle-sip-1.4.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/linphone/belle-sip/${name}.tar.gz";
|
url = "mirror://savannah/linphone/belle-sip/${name}.tar.gz";
|
||||||
sha256 = "0q1d3fqsrxi3kxcjcibr376js25h6in8c1hm7c53wz252jx6f42b";
|
sha256 = "0c48jh3kjz58swvx1m63ijx5x0c0hf37d803d99flk2l10kbfb42";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ jre ];
|
nativeBuildInputs = [ jre ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||||
|
|
||||||
# belle-sip.pc doesn't have a library path for antlr3c or polarssl
|
# belle-sip.pc doesn't have a library path for antlr3c or polarssl
|
||||||
propagatedBuildInputs = [ libantlr3c polarssl ];
|
propagatedBuildInputs = [ libantlr3c polarssl ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user