me
/
guix
Archived
1
0
Fork 0

gnu: Add aspell-dict-nb.

* gnu/packages/aspell.scm (aspell-dict-nb): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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
1 changed files with 8 additions and 0 deletions

View File

@ -320,6 +320,14 @@ dictionaries, including personal ones.")
(base32
"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
(aspell-dictionary "pl" "Polish"
#:version "0.51-0"