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

This commit is contained in:
Weijia Wang 2024-03-23 14:49:47 +01:00
parent 817a592c92
commit 6c31cd1fd9
1 changed files with 1 additions and 1 deletions

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