Merge pull request #188916 from tathougies/patch-4

coturn: enable sqlite support
This commit is contained in:
0x4A6F 2022-09-01 17:17:12 +02:00 committed by GitHub
commit 2a0a6bf909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
, libprom
, libpromhttp
, libmicrohttpd
, sqlite
, nixosTests
}:
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
libprom
libpromhttp
libmicrohttpd
sqlite.dev
];
patches = [