about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/teeworlds/default.nix
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:09:24 +0000
commit8c9b7daed9f21b578fa1b1c16d4643d0c694f25f (patch)
tree1212213a6447af54aa24c37d6fc2132fc7b0c934 /nixpkgs/pkgs/games/teeworlds/default.nix
parent72f7908100684a223102d5c129af375aed5933ba (diff)
downloadnixlib-8c9b7daed9f21b578fa1b1c16d4643d0c694f25f.tar
nixlib-8c9b7daed9f21b578fa1b1c16d4643d0c694f25f.tar.gz
nixlib-8c9b7daed9f21b578fa1b1c16d4643d0c694f25f.tar.bz2
nixlib-8c9b7daed9f21b578fa1b1c16d4643d0c694f25f.tar.lz
nixlib-8c9b7daed9f21b578fa1b1c16d4643d0c694f25f.tar.xz
nixlib-8c9b7daed9f21b578fa1b1c16d4643d0c694f25f.tar.zst
nixlib-8c9b7daed9f21b578fa1b1c16d4643d0c694f25f.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 'nixpkgs/pkgs/games/teeworlds/default.nix')
-rw-r--r--nixpkgs/pkgs/games/teeworlds/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/games/teeworlds/default.nix b/nixpkgs/pkgs/games/teeworlds/default.nix
index 43f9848d88d8..56ca1a6507b0 100644
--- a/nixpkgs/pkgs/games/teeworlds/default.nix
+++ b/nixpkgs/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 = ''