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-01 09:50:00 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-05 13:30:44 -0300
commit3bdac05d7b274bd417bd211e0d463cfc44867ecf (patch)
tree13dcd25bb24bc3e3e9490fc71fc899d659af52a0 /pkgs/applications/video
parent5f7119b6cd1e3e605a7d01bd927af94aa70ab8cd (diff)
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;
   };
 }