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
|
||||
, libpromhttp
|
||||
, libmicrohttpd
|
||||
, sqlite
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
|
@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||
libprom
|
||||
libpromhttp
|
||||
libmicrohttpd
|
||||
sqlite.dev
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue