Commit c141b3bc authored by Aidan Gauland's avatar Aidan Gauland
Browse files

heroic: use correct legendary package

Upstream uses its own fork of legendary, which fixes some major
breakages.
parent 43bd67d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  electron,
  vulkan-helper,
  gogdl,
  legendary-gl,
  legendary-heroic,
  nile,
  comet-gog,
}:
@@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
    mkdir -p "$out/opt/heroic/resources/app.asar.unpacked/build/bin/x64/linux"
    ln -s \
      "${lib.getExe gogdl}" \
      "${lib.getExe legendary-gl}" \
      "${lib.getExe legendary-heroic}" \
      "${lib.getExe nile}" \
      "${lib.getExe comet-gog}" \
      "${lib.getExe vulkan-helper}" \