mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +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
|
||||
, libpromhttp
|
||||
, libmicrohttpd
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -34,6 +35,8 @@ stdenv.mkDerivation rec {
|
||||
./pure-configure.patch
|
||||
];
|
||||
|
||||
passthru.tests.coturn = nixosTests.coturn;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://coturn.net/";
|
||||
license = with licenses; [ bsd3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user