summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-06-02 19:09:24 +0000
committerAlyssa Ross <hi@alyssa.is>2019-06-02 19:13:28 +0000
commit356938ca3732717822ffe19391e7a4ac5601cabe (patch)
treeee42fc8fb7290276dbd6adc4c5ea39b199c75555 /pkgs
parent226dc2178e7b61b4fe90f3f4fbdb58238b3aeb06 (diff)
downloadnixpkgs-356938ca3732717822ffe19391e7a4ac5601cabe.tar
nixpkgs-356938ca3732717822ffe19391e7a4ac5601cabe.tar.gz
nixpkgs-356938ca3732717822ffe19391e7a4ac5601cabe.tar.bz2
nixpkgs-356938ca3732717822ffe19391e7a4ac5601cabe.tar.lz
nixpkgs-356938ca3732717822ffe19391e7a4ac5601cabe.tar.xz
nixpkgs-356938ca3732717822ffe19391e7a4ac5601cabe.tar.zst
nixpkgs-356938ca3732717822ffe19391e7a4ac5601cabe.zip
teeworlds: fetchSubmodules
The languages and maps directories are submodules, and are not included
in tarballs downloaded from GitHub. This results in an English-only game
that can't run a server.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/teeworlds/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/teeworlds/default.nix b/pkgs/games/teeworlds/default.nix
index 43f9848d88d..56ca1a6507b 100644
--- a/pkgs/games/teeworlds/default.nix
+++ b/pkgs/games/teeworlds/default.nix
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
     owner = "teeworlds";
     repo = "teeworlds";
     rev = version;
-    sha256 = "05qj6gdw167pan1gwq82ffz03nmlhhzrv1sslpfm8w81nq4b5c72";
+    sha256 = "1hfj22xxswqnm1s74ln3dwl63rs4mk9g4yvpf75plswbxd0020la";
+    fetchSubmodules = true;
   };
 
   postPatch = ''