about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-05 18:56:38 -0300
committerGitHub <noreply@github.com>2022-09-05 18:56:38 -0300
commitf97e6b7ad2b48b2582d8bdd10225cbcb88598836 (patch)
treea58cc571f84161f1aff70f258cf014a88f2440d6 /pkgs/applications/video
parent3ba8de1709f9f6d7f6f18c8436012c2da3408d40 (diff)
parent3bdac05d7b274bd417bd211e0d463cfc44867ecf (diff)
Merge pull request #189266 from superherointj/package-obs-studio-plugins.obs-ndi-skip-builds
obs-studio-plugins.obs-ndi: skip builds in hydra
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/obs-studio/plugins/obs-ndi.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/plugins/obs-ndi.nix b/pkgs/applications/video/obs-studio/plugins/obs-ndi.nix
index d73c05fdead11..b581ea91da223 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-ndi.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-ndi.nix
@@ -37,8 +37,9 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Network A/V plugin for OBS Studio";
     homepage = "https://github.com/Palakis/obs-ndi";
-    maintainers = with maintainers; [ jshcmpbll ];
     license = licenses.gpl2;
-    platforms = with platforms; linux;
+    maintainers = with maintainers; [ jshcmpbll ];
+    platforms = platforms.linux;
+    hydraPlatforms = ndi.meta.hydraPlatforms;
   };
 }