diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-04 00:30:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-05 19:32:45 +0200 |
commit | fc4738149f5cbaffc8e0b37bfb61e25fac0ecd67 (patch) | |
tree | 43976abd28f98a5121200818fa130958906347c1 /gnu/local.mk | |
parent | b008a12ae78b533c14dd7e88f29df091eca3c0d7 (diff) | |
download | patches-fc4738149f5cbaffc8e0b37bfb61e25fac0ecd67.tar patches-fc4738149f5cbaffc8e0b37bfb61e25fac0ecd67.tar.gz |
gnu: Add bastet.
* gnu/packages/games.scm (bastet): New public variable.
* gnu/packages/patches/bastet-change-source-of-unordered_set.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
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 61e5913a01..8c6579b03f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -591,6 +591,7 @@ dist_patch_DATA = \ %D%/packages/patches/awesome-reproducible-png.patch \ %D%/packages/patches/azr3.patch \ %D%/packages/patches/bash-completion-directories.patch \ + %D%/packages/patches/bastet-change-source-of-unordered_set.patch \ %D%/packages/patches/bazaar-CVE-2017-14176.patch \ %D%/packages/patches/beignet-correct-file-names.patch \ %D%/packages/patches/binutils-aarch64-symbol-relocation.patch \ |