diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-12-16 18:50:00 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-12-29 13:54:48 +0100 |
commit | 142f8713ab647ecb8833dcf9eb98e3bdc62cd44a (patch) | |
tree | f9ac803b87857becaccc2f7b83c5e2c5cec1216b /gnu/local.mk | |
parent | 219612904c005328d892aaf9737c37a91635db2a (diff) |
gnu: Add shakespeare-spl.
* gnu/packages/patches/shakespeare-spl-fix-grammar.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it here.
* gnu/packages/esolangs.scm (shakespeare-spl): New variable.
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 204850c4e6..2402b1e349 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1613,6 +1613,7 @@ dist_patch_DATA = \ %D%/packages/patches/seed-webkit.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ %D%/packages/patches/serf-python3.patch \ + %D%/packages/patches/shakespeare-spl-fix-grammar.patch \ %D%/packages/patches/sharutils-CVE-2018-1000097.patch \ %D%/packages/patches/shadow-hurd-pctrl.patch \ %D%/packages/patches/shishi-fix-libgcrypt-detection.patch \ |