[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: Add Belarusian Aspell dictionary.
From: |
guix-commits |
Subject: |
04/13: gnu: Add Belarusian Aspell dictionary. |
Date: |
Wed, 5 Jun 2019 11:27:32 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8ac3476db73fe40b50b2fad5e08e046e123d3815
Author: Jens Mølgaard <address@hidden>
Date: Wed Jun 5 21:10:34 2019 +1200
gnu: Add Belarusian Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-be): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/aspell.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 86b843a..99ceac9 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -140,6 +140,14 @@ dictionaries, including personal ones.")
(base32
"1avw40bp8yi5bnkq64ihm2rldgw34lk89yz281q9bmndh95a47h4")))
+(define-public aspell-dict-be
+ (aspell-dictionary "be" "Belarusian"
+ #:version "0.01"
+ #:prefix "aspell5-"
+ #:sha256
+ (base32
+ "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
+
(define-public aspell-dict-ca
(aspell-dictionary "ca" "Catalan"
#:version "2.1.5-1"
- branch master updated (4ab9ad1 -> 36273eb), guix-commits, 2019/06/05
- 09/13: gnu: Add Norwegian Nynorsk Aspell dictionary., guix-commits, 2019/06/05
- 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 <=
- 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
- 12/13: doc: Fix typo., guix-commits, 2019/06/05
- 03/13: gnu: Add Arabic Aspell dictionary., guix-commits, 2019/06/05