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

obs-studio-plugins.obs-gstreamer: relax platforms
This commit is contained in:
Weijia Wang 2024-03-23 21:54:24 +01:00 committed by GitHub
commit fa47f7b09a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/fzwoch/obs-gstreamer";
maintainers = with maintainers; [ ahuzik pedrohlc ];
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
platforms = platforms.linux;
};
}