diff options
author | Julien Lepiller <[email protected]> | 2023-04-01 16:13:13 +0200 |
---|---|---|
committer | Julien Lepiller <[email protected]> | 2023-04-01 16:37:46 +0200 |
commit | 3ab24ba216ce91210b93ec61554b3343fbc3aaab (patch) | |
tree | 4c31577889873df4ef9f274e59029992eeeaa7f1 /gnu/local.mk | |
parent | 47ea688fd27d0ce0c8ea5481f1f94d0ebc3e37eb (diff) |
gnu: Add mecab.
* gnu/packages/language.scm (mecab): New variable.
* gnu/packages/patches/mecab-variable-param.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 3a93ab50dd..47fe4daaff 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1540,6 +1540,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmemcached-build-with-gcc7.patch \ %D%/packages/patches/libmhash-hmac-fix-uaf.patch \ %D%/packages/patches/libsigrokdecode-python3.9-fix.patch \ + %D%/packages/patches/mecab-variable-param.patch \ %D%/packages/patches/memtest86+-build-reproducibly.patch \ %D%/packages/patches/mercurial-hg-extension-path.patch \ %D%/packages/patches/mercurial-openssl-compat.patch \ |