mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
Merge pull request #306310 from LilleAila/vesktop-wayland-ime
vesktop: add --enable-wayland-ime flag to NIXOS_OZONE_WL
This commit is contained in:
commit
5bba64751f
@ -128,7 +128,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
makeWrapper ${electron}/bin/electron $out/bin/vesktop \
|
makeWrapper ${electron}/bin/electron $out/bin/vesktop \
|
||||||
--add-flags $out/opt/Vesktop/resources/app.asar \
|
--add-flags $out/opt/Vesktop/resources/app.asar \
|
||||||
${lib.optionalString withTTS "--add-flags \"--enable-speech-dispatcher\""} \
|
${lib.optionalString withTTS "--add-flags \"--enable-speech-dispatcher\""} \
|
||||||
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"
|
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime}}"
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user