Commit 6cc44487 authored by K900's avatar K900
Browse files

heroic: always pull in our umu-launcher

parent f56f3839
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  legendary-heroic,
  nile,
  comet-gog,
  umu-launcher,
}:

let
@@ -90,6 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
    makeWrapper "${electron}/bin/electron" "$out/bin/heroic" \
      --inherit-argv0 \
      --set ELECTRON_FORCE_IS_PACKAGED 1 \
      --suffix PATH ":" "${umu-launcher}/bin" \
      --add-flags --disable-gpu-compositing \
      --add-flags $out/opt/heroic/resources/app.asar \
      --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}"