mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add hunspell-dict-he-il.
* gnu/packages/hunspell.scm (hunspell-dict-he-il): New variable.
This commit is contained in:
parent
8acdac4eba
commit
89c5cb4078
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2020, 2021 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||
;;; Copyright © 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -313,6 +314,13 @@ (define* (hunspell-dictionary dict-name full-name #:key synopsis home-page licen
|
|||
(license license)
|
||||
(home-page home-page)))
|
||||
|
||||
(define-public hunspell-dict-he-il
|
||||
(let ((synopsis identity))
|
||||
(hunspell-dictionary "he_IL" "Hebrew"
|
||||
#:synopsis (synopsis "Hunspell dictionary for Hebrew")
|
||||
#:home-page "http://hspell.ivrix.org.il/"
|
||||
#:license license:agpl3+)))
|
||||
|
||||
(define-public hunspell-dict-it-it
|
||||
(let ((synopsis identity))
|
||||
(hunspell-dictionary "it_IT" "Italian"
|
||||
|
|
Loading…
Reference in a new issue