Sergiu Ivanov wrote 4 years ago
(address . guix-patches@gnu.org)
Dear Guix,
Please find attached my first ever patch adding the Romanian
aspell dictionary.
The addition seems very simple and I tested building and installing it
in my custom channel and building within a Git checkout of Guix.
Do tell me if there are any improvement opportunities, I am here to
learn :-)
-
Sergiu
From 2188a7e01a024fafadfa62b9bd37803fa73b9a98 Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov <sivanov@colimite.fr>
Date: Tue, 27 Apr 2021 21:33:11 +0200
Subject: [PATCH] gnu: Add aspell-dict-ro.
---
gnu/packages/aspell.scm | 8 ++++++++
1 file changed, 8 insertions(+)
Toggle diff (21 lines)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 26c0cf4332..99e878e08a 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -356,6 +356,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.
--
2.31.1