about summary refs log tree commit diff
path: root/pkgs/applications/networking/mumble/default.nix
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2020-04-16 12:51:21 +0530
committerEmery Hemingway <ehmry@posteo.net>2020-04-22 11:45:04 +0530
commit92bc6e30ec297aaf94200ed5a5fde4fdc40ed24e (patch)
tree4d689466201b33d6d5de1b46e9668de036f17f16 /pkgs/applications/networking/mumble/default.nix
parent59219a1e552e51cdd290bcd2445cedede96db307 (diff)
mumble: declare tests from nixosTests
Diffstat (limited to 'pkgs/applications/networking/mumble/default.nix')
-rw-r--r--pkgs/applications/networking/mumble/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index 4408994ba8f07..633d6e63dce95 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -6,6 +6,7 @@
 , speechdSupport ? false, speechd ? null
 , pulseSupport ? false, libpulseaudio ? null
 , iceSupport ? false, zeroc-ice ? null
+, nixosTests
 }:
 
 assert jackSupport -> libjack2 != null;
@@ -63,6 +64,8 @@ let
 
     enableParallelBuilding = true;
 
+    passthru.tests.connectivity = nixosTests.mumble;
+
     meta = {
       description = "Low-latency, high quality voice chat software";
       homepage = "https://mumble.info";