about summary refs log tree commit diff
path: root/pkgs/games/gog/wizard-of-legend.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-06-19 05:09:48 +0200
committeraszlig <aszlig@nix.build>2020-06-23 23:27:15 +0200
commite4860ac4b1787577ad5fece81169f8ca807e6cfa (patch)
treeb484ef685a725b846319cafecd898fb224274f44 /pkgs/games/gog/wizard-of-legend.nix
parenta5521b3be77df459e78097b6105baa5a33046c35 (diff)
fetchGog: Default downloadName to "en3installer0"
Most of the games are using "en3installer0" as the downloadName, so it
makes sense to use this as the default, since first of all do not
support languages other than English except for a few games (eg. Albion)
and second, there is no game with several installer packages to chose
from (at least not on top of my head).

Even if there would be, it would still be the exception rather than the
rule, so let's optimise for the common scenario.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/gog/wizard-of-legend.nix')
-rw-r--r--pkgs/games/gog/wizard-of-legend.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/games/gog/wizard-of-legend.nix b/pkgs/games/gog/wizard-of-legend.nix
index ab754f13..8e0a5cf5 100644
--- a/pkgs/games/gog/wizard-of-legend.nix
+++ b/pkgs/games/gog/wizard-of-legend.nix
@@ -8,7 +8,6 @@ buildUnity {
 
   src = fetchGog {
     productId = 2061814323;
-    downloadName = "en3installer0";
     sha256 = "192fhway7ij5f4fh0vb1204f3yg3fxz08fvqlg03gskjs9krcbcz";
   };
 }