guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/13: gnu: Add Arabic Aspell dictionary.


From: guix-commits
Subject: 03/13: gnu: Add Arabic Aspell dictionary.
Date: Wed, 5 Jun 2019 11:27:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 964595dd779a16fa11215ad5e2bda5a6380f907a
Author: Jens Mølgaard <address@hidden>
Date:   Sat Jun 1 21:29:30 2019 +1200

    gnu: Add Arabic Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-ar): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/aspell.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index dd006e8..86b843a 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Christopher Andersson <address@hidden>
 ;;; Copyright © 2016 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Jens Mølgaard <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -131,6 +132,14 @@ dictionaries, including personal ones.")
     (home-page "http://aspell.net/";)))
 
 
+(define-public aspell-dict-ar
+  (aspell-dictionary "ar" "Arabic"
+                     #:version "1.2-0"
+                    #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "1avw40bp8yi5bnkq64ihm2rldgw34lk89yz281q9bmndh95a47h4")))
+
 (define-public aspell-dict-ca
   (aspell-dictionary "ca" "Catalan"
                      #:version "2.1.5-1"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]