tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
franz: Fix screensharing under wayland
Maxim Schuwalow
8 months ago
f727cfdb
7b803c35
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
instant-messengers
franz
generic.nix
+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
}