summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-09-01 15:57:28 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-09-01 15:57:28 +0200
commit8a9999e2bb37d06562e0fdd8fd73583a521b7e7c (patch)
tree02e40c29b6459b4cdd6ff474372170e3d9c64a91 /pkgs/development/libraries/aspell
parent569d5063901d3e5718f52446575afe4650e8fa6f (diff)
aspell: add Norwegian dictionaries (Bokmal and Nynorsk)
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/dictionaries.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix
index 9b067d6e746f..0f27705160fb 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -100,6 +100,15 @@ in {
};
};
+ nb = buildDict {
+ shortName = "nb-0.50.1-0";
+ fullName = "Norwegian Bokmal";
+ src = fetchurl {
+ url = "mirror://gnu/aspell/dict/nb/aspell-nb-0.50.1-0.tar.bz2";
+ sha256 = "12i2bmgdnlkzfinb20j2a0j4a20q91a9j8qpq5vgabbvc65nwx77";
+ };
+ };
+
nl = buildDict {
shortName = "nl-0.50-2";
fullName = "Dutch";
@@ -113,6 +122,15 @@ in {
'';
};
+ nn = buildDict {
+ shortName = "nn-0.50.1-0";
+ fullName = "Norwegian Nynorsk";
+ src = fetchurl {
+ url = "mirror://gnu/aspell/dict/nn/aspell-nn-0.50.1-1.tar.bz2";
+ sha256 = "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc";
+ };
+ };
+
pl = buildDict {
shortName = "pl-6.0_20061121-0";
fullName = "Polish";