From 3bdac05d7b274bd417bd211e0d463cfc44867ecf Mon Sep 17 00:00:00 2001 From: superherointj <5861043+superherointj@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:50:00 -0300 Subject: obs-studio-plugins.obs-ndi: skip builds in hydra --- pkgs/applications/video/obs-studio/plugins/obs-ndi.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/video') 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; }; } -- cgit 1.4.1