diff options
author | Akib Azmain Turja <akib@disroot.org> | 2023-01-03 09:29:13 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-03 09:32:02 +0800 |
commit | 8cebb78bbab7f6ae207c763392d20af2ffce5946 (patch) | |
tree | df7ffa79bb725eb5c7011aa222fd36bdd0dda5a6 | |
parent | 423e226ae6a18e002eb223f378f2a260c677e095 (diff) | |
download | guix-8cebb78bbab7f6ae207c763392d20af2ffce5946.tar guix-8cebb78bbab7f6ae207c763392d20af2ffce5946.tar.gz |
gnu: Add aspell-dict-bn.
* gnu/packages/aspell.scm (aspell-dict-bn): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/aspell.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 9a5a9c6bcc..76deb7cdce 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -171,6 +171,13 @@ dictionaries, including personal ones.") (base32 "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm"))) +(define-public aspell-dict-bn + (aspell-dictionary "bn" "Bengali" + #:version "0.01.1-1" + #:sha256 + (base32 + "1nc02jd67iggirwxnhdvlvaqm0xfyks35c4psszzj3dhzv29qgxh"))) + (define-public aspell-dict-ca (let ((version "2.5.0") (sha256 |