[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/13: gnu: Add Norwegian Nynorsk Aspell dictionary.
From: |
guix-commits |
Subject: |
09/13: gnu: Add Norwegian Nynorsk Aspell dictionary. |
Date: |
Wed, 5 Jun 2019 11:27:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c9400f03a780673fb40debef3133805fb045213c
Author: Jens Mølgaard <address@hidden>
Date: Wed Jun 5 21:00:46 2019 +1200
gnu: Add Norwegian Nynorsk Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-nn): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/aspell.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index f51422e..dde2a63 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -273,6 +273,13 @@ dictionaries, including personal ones.")
(base32
"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
(aspell-dictionary "pt-br" "Brazilian Portuguese"
#:version "20090702-0"
- branch master updated (4ab9ad1 -> 36273eb), guix-commits, 2019/06/05
- 09/13: gnu: Add Norwegian Nynorsk Aspell dictionary.,
guix-commits <=
- 01/13: etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file., guix-commits, 2019/06/05
- 05/13: gnu: Add Danish Aspell dictionary., guix-commits, 2019/06/05
- 04/13: gnu: Add Belarusian Aspell dictionary., guix-commits, 2019/06/05
- 06/13: gnu: Add Finnish Aspell dictionary., guix-commits, 2019/06/05
- 02/13: installer: Always add '%base-initrd-modules' to 'initrd-modules'., guix-commits, 2019/06/05
- 07/13: gnu: Add Hindi Aspell dictionary., guix-commits, 2019/06/05
- 11/13: gnu: Add Ukrainian Aspell dictionary., guix-commits, 2019/06/05
- 13/13: services: cups: Create /var/cache on activation., guix-commits, 2019/06/05
- 08/13: gnu: Add Maori Aspell dictionary., guix-commits, 2019/06/05
- 10/13: gnu: Add Portuguese Portugal Aspell dictionary., guix-commits, 2019/06/05