diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-12 22:27:16 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-13 23:17:00 +0200 |
commit | b77e3a1c4eabbd6010083a6cb9aad7cf5a9a4d45 (patch) | |
tree | bf01ff7a0514cb001133de7b1b896c3609c1c83f /gnu/local.mk | |
parent | 33f79a74b8f97fc39587ca66d38f0d82548bfe28 (diff) | |
download | patches-b77e3a1c4eabbd6010083a6cb9aad7cf5a9a4d45.tar patches-b77e3a1c4eabbd6010083a6cb9aad7cf5a9a4d45.tar.gz |
gnu: Add teeworlds.
* gnu/packages/games.scm (teeworlds): New variable.
* gnu/packages/patches/teeworlds-use-latest-wavpack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 779cb0dfd5..45df0eba8a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -957,6 +957,7 @@ dist_patch_DATA = \ %D%/packages/patches/tcsh-fix-autotest.patch \ %D%/packages/patches/tcsh-fix-out-of-bounds-read.patch \ %D%/packages/patches/teensy-loader-cli-help.patch \ + %D%/packages/patches/teeworlds-use-latest-wavpack.patch \ %D%/packages/patches/texlive-texmf-CVE-2016-10243.patch \ %D%/packages/patches/texi2html-document-encoding.patch \ %D%/packages/patches/texi2html-i18n.patch \ |