mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
freeswitch: 1.10.2 -> 1.10.3
This commit is contained in:
parent
47d1cd332c
commit
fa0bc05978
@ -8,6 +8,7 @@
|
|||||||
, SystemConfiguration
|
, SystemConfiguration
|
||||||
|
|
||||||
, modules ? null
|
, modules ? null
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -89,12 +90,12 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "freeswitch";
|
pname = "freeswitch";
|
||||||
version = "1.10.2";
|
version = "1.10.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "signalwire";
|
owner = "signalwire";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fmrm51zgrasjbmhs0pzb1lyca3ddx0wd35shvxnkjnifi8qd1h7";
|
sha256 = "0rp4sxqxd2wsb5iyv0mh11l16zxvh7rbgfg0vcgns823gvh8lqai";
|
||||||
};
|
};
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs libs/libvpx/build/make/rtcd.pl
|
patchShebangs libs/libvpx/build/make/rtcd.pl
|
||||||
@ -129,6 +130,8 @@ stdenv.mkDerivation rec {
|
|||||||
cp -r conf $out/share/freeswitch/
|
cp -r conf $out/share/freeswitch/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests.freeswitch = nixosTests.freeswitch;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
|
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
|
||||||
homepage = "https://freeswitch.org/";
|
homepage = "https://freeswitch.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user