[PATCH] gnu: Add aspell-dict-nb.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Simen Endsjø
Owner
unassigned
Submitted by
Simen Endsjø
Severity
normal
S
S
Simen Endsjø wrote on 7 Dec 2022 10:43
(address . guix-patches@gnu.org)
87tu27mtv6.fsf@gmail.com
* gnu/packages/aspell.scm (aspell-dict-nb): New variable.
---
gnu/packages/aspell.scm | 8 ++++++++
1 file changed, 8 insertions(+)

Toggle diff (21 lines)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index ec0dafbc7a..9a5a9c6bcc 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -320,6 +320,14 @@ (define-public aspell-dict-nn
(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"
--
2.38.1
L
L
Ludovic Courtès wrote on 14 Dec 2022 12:40
(name . Simen Endsjø)(address . simendsjo@gmail.com)(address . 59877-done@debbugs.gnu.org)
87o7s6rz5i.fsf@gnu.org
Simen Endsjø <simendsjo@gmail.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/aspell.scm (aspell-dict-nb): New variable.

Applied, thanks!
Closed
?