summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorMads Lindstrøm <mads.lindstroem@gmail.com>2015-04-01 14:46:06 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-04-16 19:37:41 +0200
commit012bb48a186476a3381e04898a2557e31e6d3d1d (patch)
treeb6fefe1eb3cf12ebf2c905ede047e014b64a40ab /pkgs/development/libraries/aspell
parent405e4bd099344d916c60846abccf0959c5a2c852 (diff)
Adding Danish dictionary to Aspell
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/dictionaries.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix
index cc0f51eb68d5..3fb49c2be248 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -37,6 +37,15 @@ in {
};
};
+ da = buildDict {
+ shortName = "da-1.4.42-1";
+ fullName = "Danish";
+ src = fetchurl {
+ url = mirror://gnu/aspell/dict/da/aspell5-da-1.4.42-1.tar.bz2;
+ sha256 = "1hfkmiyhgrx5lgrb2mffjbdn1hivrm73wcg7x0iid74p2yb0fjpp";
+ };
+ };
+
de = buildDict {
shortName = "de-20030222-1";
fullName = "German";