summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorToni Reina <areina0@gmail.com>2017-02-14 15:12:54 +0100
committerToni Reina <areina0@gmail.com>2017-02-14 15:17:28 +0100
commit4e72d2da504a0e6b957df7d15ca280e6f314ac8b (patch)
tree3c95f5b450dd75eed6c0752ac233e7df0f430ddf /pkgs/development/libraries/aspell
parentc86798125b85a6c4fc49520e79b59ed2299f2885 (diff)
aspell-dict-ca: init at 2.1.5-1
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 be61640553d3..fc6b47e8a63c 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -28,6 +28,15 @@ let
in {
+ ca = buildDict {
+ shortName = "ca-2.1.5-1";
+ fullName = "Catalan";
+ src = fetchurl {
+ url = mirror://gnu/aspell/dict/ca/aspell6-ca-2.1.5-1.tar.bz2;
+ sha256 = "1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb";
+ };
+ };
+
cs = buildDict {
shortName = "cs-20040614-1";
fullName = "Czech";