mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add Norwegian Nynorsk Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-nn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c5a88aa0e9
commit
c9400f03a7
1 changed files with 7 additions and 0 deletions
|
@ -273,6 +273,13 @@ (define-public aspell-dict-nl
|
||||||
(base32
|
(base32
|
||||||
"0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4")))
|
"0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4")))
|
||||||
|
|
||||||
|
(define-public aspell-dict-nn
|
||||||
|
(aspell-dictionary "nn" "Norwegian Nynorsk"
|
||||||
|
#:version "0.50.1-1"
|
||||||
|
#:sha256
|
||||||
|
(base32
|
||||||
|
"0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
|
||||||
|
|
||||||
(define-public aspell-dict-pt-br
|
(define-public aspell-dict-pt-br
|
||||||
(aspell-dictionary "pt-br" "Brazilian Portuguese"
|
(aspell-dictionary "pt-br" "Brazilian Portuguese"
|
||||||
#:version "20090702-0"
|
#:version "20090702-0"
|
||||||
|
|
Loading…
Reference in a new issue