Adding Danish dictionary to Aspell

This commit is contained in:
Mads Lindstrøm 2015-04-01 14:46:06 +02:00 committed by Pascal Wittmann
parent 405e4bd099
commit 012bb48a18

View file

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