Merge pull request #188916 from tathougies/patch-4
coturn: enable sqlite support
This commit is contained in:
commit
2a0a6bf909
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
, libprom
|
, libprom
|
||||||
, libpromhttp
|
, libpromhttp
|
||||||
, libmicrohttpd
|
, libmicrohttpd
|
||||||
|
, sqlite
|
||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
libprom
|
libprom
|
||||||
libpromhttp
|
libpromhttp
|
||||||
libmicrohttpd
|
libmicrohttpd
|
||||||
|
sqlite.dev
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue