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:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user