about summary refs log tree commit diff
path: root/pkgs/applications/video/ustreamer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/ustreamer/default.nix')
-rw-r--r--pkgs/applications/video/ustreamer/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/video/ustreamer/default.nix b/pkgs/applications/video/ustreamer/default.nix
index b612584d8b0f3..512e6e8515c81 100644
--- a/pkgs/applications/video/ustreamer/default.nix
+++ b/pkgs/applications/video/ustreamer/default.nix
@@ -12,6 +12,7 @@
 , speex
 , jansson
 , libopus
+, nixosTests
 , withJanus ? true
 }:
 stdenv.mkDerivation rec {
@@ -53,6 +54,8 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
+  passthru.tests = { inherit (nixosTests) ustreamer; };
+
   meta = with lib; {
     homepage = "https://github.com/pikvm/ustreamer";
     description = "Lightweight and fast MJPG-HTTP streamer";