coturn: enable sqlite support

Coturn uses SQL databases to store authentication credentials. Most users of coturn are going to expect sqlite support, since that's the default db

Without this being available during build, the default configure script disabled SQLite support, providing a coturn on NixOS that does not behave in the default manner.
This commit is contained in:
Travis Athougies
2022-08-29 20:51:38 -07:00
committed by GitHub
parent 05a7d8eda2
commit 4ae459c3ac
+2
View File
@@ -8,6 +8,7 @@
, libprom
, libpromhttp
, libmicrohttpd
, sqlite
, nixosTests
}:
@@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
libprom
libpromhttp
libmicrohttpd
sqlite.dev
];
patches = [