clickup: enable WebRTCPipeWireCapturer for screen sharing (#480386)

This commit is contained in:
Gergő Gutyina
2026-02-01 19:58:51 +00:00
committed by GitHub
+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
'';