Add Swedish dictionary for aspell

This commit is contained in:
Anders Claesson 2013-09-01 13:58:07 +01:00
parent 670be4c4bc
commit ddf4f3748a

View file

@ -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";
};
};
}