Linphone 3.6.1
Lots of updates and new/old libs to get the latest linphone It segfaults on running.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{stdenv, fetchurl, libosip, openssl, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.6.0";
|
||||
src = fetchurl {
|
||||
url = "http://download.savannah.gnu.org/releases/exosip/libeXosip2-${version}.tar.gz";
|
||||
sha256 = "0r1mj8x5991bgwf03bx1ajn5kbbmw1136jabw2pn7dls9h41mnli";
|
||||
};
|
||||
name = "libexosip2-${version}";
|
||||
|
||||
buildInputs = [ libosip openssl pkgconfig ];
|
||||
|
||||
meta = {
|
||||
license = "GPLv2+";
|
||||
description = "Library that hides the complexity of using the SIP protocol";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user