Merge pull request #896 from akc/submit/aspell-sv
Add Swedish dictionary for aspell
This commit is contained in:
commit
569d506390
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user