diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-19 21:47:46 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-20 05:36:57 +0100 |
| commit | d36935cdd10788bc421eff9deea9eb44a1b20619 (patch) | |
| tree | 2d69e69ef4d1f10e2e2d7ce0603b3b29b2d57bba | |
| parent | 707ee3247162062ff08ff5fd0aa569d00e914f9d (diff) | |
gnu: Add Ancient Greek Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-grc): New variable.
| -rw-r--r-- | gnu/packages/aspell.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 4482138958b..188e91d1e1d 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm | |||
| @@ -183,3 +183,10 @@ dictionaries, including personal ones.") | |||
| 183 | #:sha256 | 183 | #:sha256 |
| 184 | (base32 | 184 | (base32 |
| 185 | "1ljcc30zg2v2h3w5h5jr5im41mw8jbsgvvhdd2cii2yzi8d0zxja"))) | 185 | "1ljcc30zg2v2h3w5h5jr5im41mw8jbsgvvhdd2cii2yzi8d0zxja"))) |
| 186 | |||
| 187 | (define-public aspell-dict-grc | ||
| 188 | (aspell-dictionary "grc" "Ancient Greek" | ||
| 189 | #:version "0.02-0" | ||
| 190 | #:sha256 | ||
| 191 | (base32 | ||
| 192 | "1zxr8958v37v260fkqd4pg37ns5h5kyqm54hn1hg70wq5cz8h512"))) | ||
