obs-studio-plugins.obs-ndi: skip builds in hydra
This commit is contained in:
parent
5f7119b6cd
commit
3bdac05d7b
1 changed files with 3 additions and 2 deletions
|
@ -37,8 +37,9 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Network A/V plugin for OBS Studio";
|
description = "Network A/V plugin for OBS Studio";
|
||||||
homepage = "https://github.com/Palakis/obs-ndi";
|
homepage = "https://github.com/Palakis/obs-ndi";
|
||||||
maintainers = with maintainers; [ jshcmpbll ];
|
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; linux;
|
maintainers = with maintainers; [ jshcmpbll ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
hydraPlatforms = ndi.meta.hydraPlatforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue