kamailio: add TLS support

This commit is contained in:
Markus Kowalewski 2023-11-26 13:35:47 +01:00
parent 231b889d79
commit 3b8d3c6c61

View File

@ -16,6 +16,7 @@
, coreutils
, gdb
, gnused
, openssl
}:
stdenv.mkDerivation (finalAttrs: {
@ -33,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
libxml2
mariadb-connector-c
pcre
openssl
];
nativeBuildInputs = [
@ -65,6 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
"pua_xmpp"
"regex"
"rls"
"tls"
"xcap_client"
"xcap_server"
];