obs-studio-plugins.obs-ndi: skip builds in hydra

This commit is contained in:
superherointj 2022-09-01 09:50:00 -03:00
parent 5f7119b6cd
commit 3bdac05d7b

View File

@ -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;
};
}