guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add Greek Aspell dictionary


From: Ludovic Courtès
Subject: 01/01: gnu: Add Greek Aspell dictionary
Date: Fri, 16 Dec 2016 17:10:54 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 850812decf3aace39e20f2f6b95e23f9691f7865
Author: Theodoros Foradis <address@hidden>
Date:   Thu Dec 15 23:02:27 2016 +0200

    gnu: Add Greek Aspell dictionary
    
    * gnu/packages/aspell.scm (aspell-dict-el): 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 f392057..01a799f 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2016 John Darrington <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Christopher Andersson <address@hidden>
+;;; Copyright © 2016 Theodoros Foradis <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -172,3 +173,11 @@ dictionaries, including personal ones.")
                      #:sha256
                      (base32
                       "02jwkjhr32kvyibnyzgx3smbnm576jwdzg3avdf6zxwckhy5fw4v")))
+
+(define-public aspell-dict-el
+  (aspell-dictionary "el" "Greek"
+                     #:version "0.08-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "1ljcc30zg2v2h3w5h5jr5im41mw8jbsgvvhdd2cii2yzi8d0zxja")))



reply via email to

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