Merge pull request #189266 from superherointj/package-obs-studio-plugins.obs-ndi-skip-builds

obs-studio-plugins.obs-ndi: skip builds in hydra
This commit is contained in:
superherointj 2022-09-05 18:56:38 -03:00 committed by GitHub
commit f97e6b7ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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