mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add aspell-dict-nb.
* gnu/packages/aspell.scm (aspell-dict-nb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7e2b9dbe08
commit
acab89748d
1 changed files with 8 additions and 0 deletions
|
@ -320,6 +320,14 @@ (define-public aspell-dict-nn
|
||||||
(base32
|
(base32
|
||||||
"0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
|
"0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
|
||||||
|
|
||||||
|
(define-public aspell-dict-nb
|
||||||
|
(aspell-dictionary "nb" "Norwegian Bokmål"
|
||||||
|
#:version "0.50.1-2"
|
||||||
|
#:prefix "aspell-"
|
||||||
|
#:sha256
|
||||||
|
(base32
|
||||||
|
"1xvns7dwx2sc0msldj7r2hv0426913rg3dpnkxlrvnsyrxzjpbpc")))
|
||||||
|
|
||||||
(define-public aspell-dict-pl
|
(define-public aspell-dict-pl
|
||||||
(aspell-dictionary "pl" "Polish"
|
(aspell-dictionary "pl" "Polish"
|
||||||
#:version "0.51-0"
|
#:version "0.51-0"
|
||||||
|
|
Loading…
Reference in a new issue