Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

franz: Fix screensharing under wayland

+1 -1
+1 -1
pkgs/applications/networking/instant-messengers/franz/generic.nix
··· 126 wrapProgramShell $out/opt/${name}/${pname} \ 127 --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath runtimeDependencies}" \ 128 --suffix PATH : ${xdg-utils}/bin \ 129 - --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \ 130 "''${gappsWrapperArgs[@]}" 131 ''; 132 }
··· 126 wrapProgramShell $out/opt/${name}/${pname} \ 127 --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath runtimeDependencies}" \ 128 --suffix PATH : ${xdg-utils}/bin \ 129 + --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations,WebRTCPipeWireCapturer --enable-wayland-ime=true}}" \ 130 "''${gappsWrapperArgs[@]}" 131 ''; 132 }