about summary refs log tree commit diff
path: root/pkgs/games/gog/wizard-of-legend.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/wizard-of-legend.nix')
-rw-r--r--pkgs/games/gog/wizard-of-legend.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/games/gog/wizard-of-legend.nix b/pkgs/games/gog/wizard-of-legend.nix
index d8ee46cb..ab754f13 100644
--- a/pkgs/games/gog/wizard-of-legend.nix
+++ b/pkgs/games/gog/wizard-of-legend.nix
@@ -1,4 +1,4 @@
-{ buildUnity, fetchGog, unzip }:
+{ buildUnity, fetchGog }:
 
 buildUnity {
   name = "wizard-of-legend";
@@ -11,6 +11,4 @@ buildUnity {
     downloadName = "en3installer0";
     sha256 = "192fhway7ij5f4fh0vb1204f3yg3fxz08fvqlg03gskjs9krcbcz";
   };
-
-  unpackCmd = "${unzip}/bin/unzip -qq \"$curSrc\" 'data/noarch/game/*' || :";
 }