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.
This commit is contained in:
Alyssa Ross 2019-06-02 19:09:24 +00:00
parent 226dc2178e
commit 356938ca37
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
owner = "teeworlds";
repo = "teeworlds";
rev = version;
sha256 = "05qj6gdw167pan1gwq82ffz03nmlhhzrv1sslpfm8w81nq4b5c72";
sha256 = "1hfj22xxswqnm1s74ln3dwl63rs4mk9g4yvpf75plswbxd0020la";
fetchSubmodules = true;
};
postPatch = ''