diff options
author | Yovan Naumovski <yovan@gorski.stream> | 2023-02-21 22:12:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-02-23 16:31:37 +0100 |
commit | 84c9a94b451fb46eeef5d56ff58921ea0b8ce510 (patch) | |
tree | 724e0c25c60a5ab1739c14ae15b42ea6280309bb /gnu/packages/aspell.scm | |
parent | 437e858e6c18ee82f3e6c5fe942cfb85ef9297f0 (diff) | |
download | guix-84c9a94b451fb46eeef5d56ff58921ea0b8ce510.tar.gz |
gnu: Add aspell-dict-bg.
* gnu/packages/aspell.scm (aspell-dict-bg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/aspell.scm')
-rw-r--r-- | gnu/packages/aspell.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 8978b4e087..18d19027a4 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> ;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net> ;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr> +;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream> ;;; ;;; This file is part of GNU Guix. ;;; @@ -171,6 +172,14 @@ dictionaries, including personal ones.") (base32 "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm"))) +(define-public aspell-dict-bg + (aspell-dictionary "bg" "Bulgarian" + #:version "4.1-0" + #:prefix "aspell6-" + #:sha256 + (base32 + "1alacmgpfk0yrgq83y23d16fhav1bxmb98kg8d2a5r9bvh2h0mvl"))) + (define-public aspell-dict-bn (aspell-dictionary "bn" "Bengali" #:version "0.01.1-1" |