mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
coturn: add test for static-auth-secret-file
Adds passthru.tests.coturn = nixosTests.coturn;
This commit is contained in:
parent
971e37dc07
commit
5df1e9d93d
@ -8,6 +8,7 @@
|
|||||||
, libprom
|
, libprom
|
||||||
, libpromhttp
|
, libpromhttp
|
||||||
, libmicrohttpd
|
, libmicrohttpd
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -34,6 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
./pure-configure.patch
|
./pure-configure.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests.coturn = nixosTests.coturn;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://coturn.net/";
|
homepage = "https://coturn.net/";
|
||||||
license = with licenses; [ bsd3 ];
|
license = with licenses; [ bsd3 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user