diff options
author | Sergiu Ivanov <sivanov@colimite.fr> | 2021-04-27 21:33:11 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-30 12:51:40 +0200 |
commit | 847f523381f79e46d151257bf5f9a636a85db8ac (patch) | |
tree | 58bc94c785269d5a1d00807a1d6dac89a6fa8618 /gnu/packages/aspell.scm | |
parent | 91ba42509e764543cced393cfcb99140c20227bc (diff) | |
download | guix-847f523381f79e46d151257bf5f9a636a85db8ac.tar.gz |
gnu: Add aspell-dict-ro.
* gnu/packages/aspell.scm (aspell-dict-ro): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
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 26c0cf4332..bc152c6ef8 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de> ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> ;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net> +;;; Copyright © 2021 Sergiu Ivanov <sivanov@colimite.fr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -356,6 +357,14 @@ dictionaries, including personal ones.") (base32 "137i4njvnslab6l4s291s11xijr5jsy75lbdph32f9y183lagy9m"))) +(define-public aspell-dict-ro + (aspell-dictionary "ro" "Romanian" + #:version "3.3-2" + #:prefix "aspell5-" + #:sha256 + (base32 + "0gb8j9iy1acdl11jq76idgc2lbc1rq3w04favn8cyh55d1v8phsk"))) + ;;; ;;; Hunspell packages made from the Aspell word lists. |