freeswitch: 1.2.3 -> 1.6.9
This commit is contained in:
parent
99f983037a
commit
4685018b59
@ -1,16 +1,20 @@
|
|||||||
{ fetchurl, stdenv, ncurses, curl, pkgconfig, gnutls, readline, openssl, perl, libjpeg
|
{ fetchurl, stdenv, ncurses, curl, pkgconfig, gnutls, readline
|
||||||
, libzrtpcpp, gcc48 }:
|
, openssl, perl, sqlite, libjpeg, libzrtpcpp, speex, pcre
|
||||||
|
, ldns, libedit, yasm, which, lua, libopus, libsndfile }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "freeswitch-1.2.3";
|
name = "freeswitch-1.6.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://files.freeswitch.org/freeswitch-1.2.3.tar.bz2;
|
url = "http://files.freeswitch.org/freeswitch-releases/${name}.tar.bz2";
|
||||||
sha256 = "0kfvn5f75c6r6yp18almjz9p6llvpm66gpbxcjswrg3ddgbkzg0k";
|
sha256 = "0g0x4m8rb2ybpxwrszb4w37rb10v9fbszm7l2skjakf4dx0gw5i7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses curl pkgconfig gnutls readline openssl perl libjpeg
|
buildInputs = [
|
||||||
libzrtpcpp gcc48 ];
|
ncurses curl pkgconfig gnutls readline openssl perl libjpeg
|
||||||
|
sqlite libzrtpcpp pcre speex ldns libedit yasm which lua libopus
|
||||||
|
libsndfile
|
||||||
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user