diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2020-02-02 15:43:05 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-02 20:50:33 +0200 |
| commit | 5e8a7edce9aec0919c48c846d8d1bc15cbbf757a (patch) | |
| tree | 83adff9d6857ea9bbef202ac0065ffb4af8aa140 /gnu/packages/aspell.scm | |
| parent | fb9d6f0f9422931aba1095e854a094c17284f4b9 (diff) | |
gnu: Add Slovenian Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-sl): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/aspell.scm')
| -rw-r--r-- | gnu/packages/aspell.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index af38c149c26..c88b8a25a2e 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | ;;; Copyright © 2016 Theodoros Foradis <theodoros@foradis.org> | 7 | ;;; Copyright © 2016 Theodoros Foradis <theodoros@foradis.org> |
| 8 | ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | 8 | ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr> |
| 9 | ;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk> | 9 | ;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk> |
| 10 | ;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si> | ||
| 10 | ;;; | 11 | ;;; |
| 11 | ;;; This file is part of GNU Guix. | 12 | ;;; This file is part of GNU Guix. |
| 12 | ;;; | 13 | ;;; |
| @@ -319,6 +320,14 @@ dictionaries, including personal ones.") | |||
| 319 | (base32 | 320 | (base32 |
| 320 | "0ip6nq43hcr7vvzbv4lwwmlwgfa60hrhsldh9xy3zg2prv6bcaaw"))) | 321 | "0ip6nq43hcr7vvzbv4lwwmlwgfa60hrhsldh9xy3zg2prv6bcaaw"))) |
| 321 | 322 | ||
| 323 | (define-public aspell-dict-sl | ||
| 324 | (aspell-dictionary "sl" "Slovenian" | ||
| 325 | #:version "0.50-0" | ||
| 326 | #:prefix "aspell-" | ||
| 327 | #:sha256 | ||
| 328 | (base32 | ||
| 329 | "1l9kc5g35flq8kw9jhn2n0bjb4sipjs4qkqzgggs438kywkx2rp5"))) | ||
| 330 | |||
| 322 | (define-public aspell-dict-sv | 331 | (define-public aspell-dict-sv |
| 323 | (aspell-dictionary "sv" "Swedish" | 332 | (aspell-dictionary "sv" "Swedish" |
| 324 | #:version "0.51-0" | 333 | #:version "0.51-0" |
