Commit a8f126d7 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by github-actions[bot]
Browse files

kamailio: add TLS support

(cherry picked from commit 3b8d3c6c)
parent 9d1ddd90
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"
  ];