about summary refs log tree commit diff
path: root/pkgs/games/gog/dungeons3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/dungeons3.nix')
-rw-r--r--pkgs/games/gog/dungeons3.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/games/gog/dungeons3.nix b/pkgs/games/gog/dungeons3.nix
index 7d4c5a3d..53892f71 100644
--- a/pkgs/games/gog/dungeons3.nix
+++ b/pkgs/games/gog/dungeons3.nix
@@ -1,4 +1,4 @@
-{ buildUnity, fetchGog, unzip, mono }:
+{ buildUnity, fetchGog, mono }:
 
 buildUnity {
   name = "dungeons3";
@@ -13,6 +13,4 @@ buildUnity {
   };
 
   buildInputs = [ mono ];
-
-  unpackCmd = "${unzip}/bin/unzip -qq \"$curSrc\" 'data/noarch/game/*' || :";
 }