teams-for-linux: add electron feature flag WebRTCPipeWireCapturer (#484005)

This commit is contained in:
Austin Horstman
2026-01-26 16:52:06 +00:00
committed by GitHub
+1 -1
View File
@@ -91,7 +91,7 @@ buildNpmPackage rec {
]
} \
--add-flags "$out/share/teams-for-linux/app.asar" \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}"
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer --enable-wayland-ime=true}}"
''
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
mkdir -p $out/Applications