mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: Add aspell-dict-cs.
* gnu/packages/aspell.scm (aspell-dict-cs): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
3ca1c0666a
commit
1b5c7052c9
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl>
|
;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl>
|
||||||
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||||
|
;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -170,6 +171,13 @@ (define-public aspell-dict-ca
|
||||||
(hash (content-hash sha256))))
|
(hash (content-hash sha256))))
|
||||||
(home-page "https://www.softcatala.org/pub/softcatala/aspell/"))))
|
(home-page "https://www.softcatala.org/pub/softcatala/aspell/"))))
|
||||||
|
|
||||||
|
(define-public aspell-dict-cs
|
||||||
|
(aspell-dictionary "cs" "Czech"
|
||||||
|
#:version "20040614-1"
|
||||||
|
#:sha256
|
||||||
|
(base32
|
||||||
|
"0rihj4hsw96pd9casvmpvw3r8040pfa28p1h73x4vyn20zwr3h01")))
|
||||||
|
|
||||||
(define-public aspell-dict-de
|
(define-public aspell-dict-de
|
||||||
(aspell-dictionary "de" "German"
|
(aspell-dictionary "de" "German"
|
||||||
#:version "20161207-7-0"
|
#:version "20161207-7-0"
|
||||||
|
|
Loading…
Reference in a new issue