mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
parent
05a7d8eda2
commit
4ae459c3ac
@ -8,6 +8,7 @@
|
||||
, libprom
|
||||
, libpromhttp
|
||||
, libmicrohttpd
|
||||
, sqlite
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
|
||||
libprom
|
||||
libpromhttp
|
||||
libmicrohttpd
|
||||
sqlite.dev
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user