guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: Add hunspell-dict-he-il.


From: guix-commits
Subject: 03/03: gnu: Add hunspell-dict-he-il.
Date: Sat, 11 Feb 2023 17:31:51 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 89c5cb4078f52f103e6221978a2ea75e0c474769
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 12 00:17:25 2023 +0200

    gnu: Add hunspell-dict-he-il.
    
    * gnu/packages/hunspell.scm (hunspell-dict-he-il): New variable.
---
 gnu/packages/hunspell.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 06035b61db..cb6b3ec422 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -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 @@ spell-checking library.")
     (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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]