mumble: declare tests from nixosTests
This commit is contained in:
parent
59219a1e55
commit
92bc6e30ec
@ -6,6 +6,7 @@
|
|||||||
, speechdSupport ? false, speechd ? null
|
, speechdSupport ? false, speechd ? null
|
||||||
, pulseSupport ? false, libpulseaudio ? null
|
, pulseSupport ? false, libpulseaudio ? null
|
||||||
, iceSupport ? false, zeroc-ice ? null
|
, iceSupport ? false, zeroc-ice ? null
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert jackSupport -> libjack2 != null;
|
assert jackSupport -> libjack2 != null;
|
||||||
@ -63,6 +64,8 @@ let
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.tests.connectivity = nixosTests.mumble;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Low-latency, high quality voice chat software";
|
description = "Low-latency, high quality voice chat software";
|
||||||
homepage = "https://mumble.info";
|
homepage = "https://mumble.info";
|
||||||
|
Loading…
Reference in New Issue
Block a user