mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: Add aspell-dict-bg.
* gnu/packages/aspell.scm (aspell-dict-bg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
437e858e6c
commit
84c9a94b45
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||||
;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
|
;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
|
||||||
;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
|
;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr>
|
||||||
|
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -171,6 +172,14 @@ (define-public aspell-dict-be
|
||||||
(base32
|
(base32
|
||||||
"1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
|
"1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
|
||||||
|
|
||||||
|
(define-public aspell-dict-bg
|
||||||
|
(aspell-dictionary "bg" "Bulgarian"
|
||||||
|
#:version "4.1-0"
|
||||||
|
#:prefix "aspell6-"
|
||||||
|
#:sha256
|
||||||
|
(base32
|
||||||
|
"1alacmgpfk0yrgq83y23d16fhav1bxmb98kg8d2a5r9bvh2h0mvl")))
|
||||||
|
|
||||||
(define-public aspell-dict-bn
|
(define-public aspell-dict-bn
|
||||||
(aspell-dictionary "bn" "Bengali"
|
(aspell-dictionary "bn" "Bengali"
|
||||||
#:version "0.01.1-1"
|
#:version "0.01.1-1"
|
||||||
|
|
Loading…
Reference in a new issue