Unverified Commit 2e2d3d10 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #250507 from K900/heroic-wayland-ime

heroic: enable Wayland IME support
parents 2184fbdb b0e5c80c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ in stdenv.mkDerivation rec {
      --inherit-argv0 \
      --add-flags --disable-gpu-compositing \
      --add-flags $out/share/${appName} \
      --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}}"

    substituteInPlace "$out/share/${appName}/flatpak/com.heroicgameslauncher.hgl.desktop" \
      --replace "Exec=heroic-run" "Exec=heroic"
+3 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@ buildFHSEnv {
  # Many Wine and native games need 32-bit libraries.
  multiArch = true;

  # required by Electron
  unshareIpc = false;

  targetPkgs = pkgs: with pkgs; [
    heroic-unwrapped
    gamemode