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:
Simen Endsjø 2022-12-07 10:43:41 +01:00 committed by Ludovic Courtès
parent 7e2b9dbe08
commit acab89748d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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"