about summary refs log tree commit diff
path: root/pkgs/games/gog/satellite-reign.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/satellite-reign.nix')
-rw-r--r--pkgs/games/gog/satellite-reign.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/games/gog/satellite-reign.nix b/pkgs/games/gog/satellite-reign.nix
index ec8c6db3..63f0c8b5 100644
--- a/pkgs/games/gog/satellite-reign.nix
+++ b/pkgs/games/gog/satellite-reign.nix
@@ -1,4 +1,4 @@
-{ buildUnity, fetchGog, unzip }:
+{ buildUnity, fetchGog }:
 
 buildUnity {
   name = "satellite-reign";
@@ -12,7 +12,5 @@ buildUnity {
     sha256 = "0wpkpqrcli2772g6l9yab38vbjh1by4cbpa397fqvhny247qdz5k";
   };
 
-  unpackCmd = "${unzip}/bin/unzip -qq \"$curSrc\" 'data/noarch/game/*' || :";
-
   sandbox.paths.required = [ "$XDG_DATA_HOME/SatelliteReign" ];
 }