Merge pull request #188916 from tathougies/patch-4
coturn: enable sqlite support
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
, libprom
|
||||
, libpromhttp
|
||||
, libmicrohttpd
|
||||
, sqlite
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
@@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
|
||||
libprom
|
||||
libpromhttp
|
||||
libmicrohttpd
|
||||
sqlite.dev
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user