mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
asterisk: add xmpp/motif support
This commit is contained in:
parent
e3f1ac9009
commit
561bd16d01
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
jansson, libxml2, libxslt, ncurses, openssl, sqlite,
|
||||
utillinux, dmidecode, libuuid, newt,
|
||||
lua, speex,
|
||||
srtp, wget, curl
|
||||
srtp, wget, curl, iksemel
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -10,7 +10,7 @@ let
|
|||
inherit version;
|
||||
name = "asterisk-${version}";
|
||||
|
||||
buildInputs = [ jansson libxml2 libxslt ncurses openssl sqlite utillinux dmidecode libuuid newt lua speex srtp wget curl ];
|
||||
buildInputs = [ jansson libxml2 libxslt ncurses openssl sqlite utillinux dmidecode libuuid newt lua speex srtp wget curl iksemel ];
|
||||
|
||||
patches = [
|
||||
# We want the Makefile to install the default /var skeleton
|
||||
|
|
Loading…
Reference in a new issue