Merge pull request #298366 from wegank/obs-gstreamer-platforms

obs-studio-plugins.obs-gstreamer: relax platforms

authored by Weijia Wang and committed by GitHub fa47f7b0 c1a17238

+1 -1
+1 -1
pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix
··· 49 49 homepage = "https://github.com/fzwoch/obs-gstreamer"; 50 50 maintainers = with maintainers; [ ahuzik pedrohlc ]; 51 51 license = licenses.gpl2Plus; 52 - platforms = [ "x86_64-linux" "i686-linux" ]; 52 + platforms = platforms.linux; 53 53 }; 54 54 }