diff options
author | Jens Mølgaard <jens@zete.tk> | 2019-06-05 20:56:54 +1200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-05 17:27:22 +0200 |
commit | 4bb9528c49e38479f67f4b1ad31e5500302ee42d (patch) | |
tree | 2c6bff2ec990742dbdbc09b4955cc71eb83b3211 | |
parent | 8ac3476db73fe40b50b2fad5e08e046e123d3815 (diff) | |
download | guix-4bb9528c49e38479f67f4b1ad31e5500302ee42d.tar.gz |
gnu: Add Danish Aspell dictionary.
* gnu/packages/aspell.scm (aspell-dict-da): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/aspell.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 99ceac9b07..940ccd989c 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -162,6 +162,14 @@ dictionaries, including personal ones.") (base32 "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5s"))) +(define-public aspell-dict-da + (aspell-dictionary "da" "Danish" + #:version "1.4.42-1" + #:prefix "aspell5-" + #:sha256 + (base32 + "1hfkmiyhgrx5lgrb2mffjbdn1hivrm73wcg7x0iid74p2yb0fjpp"))) + (define-public aspell-dict-el (aspell-dictionary "el" "Greek" #:version "0.08-0" |