jmd pushed a commit to branch wip-installer
in repository guix.
commit 741afb5bb90f02083d01ce29827e6cf4ab2b5845
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Dec 19 21:47:46 2016 +0100
gnu: Add Ancient Greek Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-grc): New variable.
---
gnu/packages/aspell.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 4482138..188e91d 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -183,3 +183,10 @@ dictionaries, including personal ones.")
#:sha256
(base32
"1ljcc30zg2v2h3w5h5jr5im41mw8jbsgvvhdd2cii2yzi8d0zxja")))
+
+(define-public aspell-dict-grc
+ (aspell-dictionary "grc" "Ancient Greek"
+ #:version "0.02-0"
+ #:sha256
+ (base32
+ "1zxr8958v37v260fkqd4pg37ns5h5kyqm54hn1hg70wq5cz8h512")))