about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-23 14:49:47 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-23 14:49:47 +0100
commit6c31cd1fd9f1a792ed0b0c916e3b7bcd6c67e70b (patch)
tree9b6f9a3fbe5149fdda069f474fafd0788f4d7231 /pkgs/applications
parent817a592c923636e0f5c3549d393c603fec1c4db7 (diff)
obs-studio-plugins.obs-gstreamer: relax platforms
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix b/pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix
index e58220bce7e81..c34f821d7c6ad 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix
@@ -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;
   };
 }