summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorAnders Claesson <akc@akc.is>2013-09-01 13:58:07 +0100
committerAnders Claesson <akc@akc.is>2013-09-01 13:58:07 +0100
commitddf4f3748ae055087f7e52f1d3040ed38edaf13e (patch)
treedb793fb2a89c264f07cb36cd8ef5081ca8b2be09 /pkgs/development/libraries/aspell
parent670be4c4bc52b6d203c6b9bd1a0c967292153600 (diff)
Add Swedish dictionary for 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 f1be1f551a9e..9b067d6e746f 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -131,4 +131,13 @@ in {
};
};
+ sv = buildDict {
+ shortName = "sv-0.51-0";
+ fullName = "Swedish";
+ src = fetchurl {
+ url = mirror://gnu/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2;
+ sha256 = "02jwkjhr32kvyibnyzgx3smbnm576jwdzg3avdf6zxwckhy5fw4v";
+ };
+ };
+
}