heroic: use correct legendary package

Upstream uses its own fork of legendary, which fixes some major
breakages.
This commit is contained in:
Aidan Gauland
2025-02-18 19:25:34 +13:00
parent 43bd67d4ce
commit c141b3bc3a
+2 -2
View File
@@ -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}" \