about summary refs log tree commit diff
path: root/pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-24 00:14:19 +0000
committerGitHub <noreply@github.com>2024-03-24 00:14:19 +0000
commit31a14cb69ecad9f7e98605f349368314f90abc18 (patch)
treee21363787b08e9ea05a7c08094222fdbeaa64f8f /pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix
parentc774347c25bf4c7e0a47e84dcbe18ca2bb9363a6 (diff)
parent79863957ca9002b96ab3e107e8cfffbd49980e12 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/applications/video/obs-studio/plugins/obs-gstreamer.nix')
-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;
   };
 }