clickup: enable WebRTCPipeWireCapturer for screen sharing

Enable the WebRTCPipeWireCapturer Chromium feature flag on Wayland to
enable PipeWire-based screen sharing.
This commit is contained in:
Patrick Hobusch
2026-01-15 15:52:18 +01:00
parent e843550a86
commit 6b9218daaa
+1 -1
View File
@@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation {
--replace-fail 'Icon=desktop' 'Icon=clickup'
wrapProgram $out/bin/${pname} \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}} --no-update"
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer}} --no-update"
runHook postInstall
'';