summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-07-06 00:43:26 +0200
committerGitHub <noreply@github.com>2018-07-06 00:43:26 +0200
commit5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8 (patch)
tree3deb673f1e82e9f84a5ee70ff3a850643bc63580 /pkgs/servers
parenta9866316558bfa2c23afb376abf39985e64fe7e3 (diff)
parent561bd16d014683515110613df701cb495a1fe834 (diff)
downloadnixpkgs-5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8.tar
nixpkgs-5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8.tar.gz
nixpkgs-5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8.tar.bz2
nixpkgs-5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8.tar.lz
nixpkgs-5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8.tar.xz
nixpkgs-5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8.tar.zst
nixpkgs-5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8.zip
Merge pull request #43060 from disassembler/asterisk
Asterisk xmpp support
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/asterisk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/asterisk/default.nix b/pkgs/servers/asterisk/default.nix
index d9c7877978b..b1d60d8c145 100644
--- a/pkgs/servers/asterisk/default.nix
+++ b/pkgs/servers/asterisk/default.nix
@@ -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