freeswitch: 1.6.9 -> 1.6.15
This commit is contained in:
parent
4324ff2f73
commit
d7e5883d5e
@ -1,19 +1,19 @@
|
|||||||
{ fetchurl, stdenv, ncurses, curl, pkgconfig, gnutls, readline
|
{ fetchurl, stdenv, ncurses, curl, pkgconfig, gnutls, readline
|
||||||
, openssl, perl, sqlite, libjpeg, libzrtpcpp, speex, pcre
|
, openssl, perl, sqlite, libjpeg, speex, pcre
|
||||||
, ldns, libedit, yasm, which, lua, libopus, libsndfile }:
|
, ldns, libedit, yasm, which, lua, libopus, libsndfile }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "freeswitch-1.6.9";
|
name = "freeswitch-1.6.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://files.freeswitch.org/freeswitch-releases/${name}.tar.bz2";
|
url = "http://files.freeswitch.org/freeswitch-releases/${name}.tar.bz2";
|
||||||
sha256 = "0g0x4m8rb2ybpxwrszb4w37rb10v9fbszm7l2skjakf4dx0gw5i7";
|
sha256 = "071g7229shr9srwzspx29fcx3ccj3rwakkydpc4vdf1q3lldd2ld";
|
||||||
};
|
};
|
||||||
postPatch = "patchShebangs libs/libvpx/build/make/rtcd.pl";
|
postPatch = "patchShebangs libs/libvpx/build/make/rtcd.pl";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ncurses curl pkgconfig gnutls readline openssl perl libjpeg
|
openssl ncurses curl pkgconfig gnutls readline perl libjpeg
|
||||||
sqlite libzrtpcpp pcre speex ldns libedit yasm which lua libopus
|
sqlite pcre speex ldns libedit yasm which lua libopus
|
||||||
libsndfile
|
libsndfile
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -10345,7 +10345,9 @@ with pkgs;
|
|||||||
|
|
||||||
freeradius = callPackage ../servers/freeradius { };
|
freeradius = callPackage ../servers/freeradius { };
|
||||||
|
|
||||||
freeswitch = callPackage ../servers/sip/freeswitch { };
|
freeswitch = callPackage ../servers/sip/freeswitch {
|
||||||
|
openssl = openssl_1_0_2;
|
||||||
|
};
|
||||||
|
|
||||||
gatling = callPackage ../servers/http/gatling { };
|
gatling = callPackage ../servers/http/gatling { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user