summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPiotr Pietraszkiewicz <ppietrasa@googlemail.com>2011-08-29 21:45:42 +0000
committerPiotr Pietraszkiewicz <ppietrasa@googlemail.com>2011-08-29 21:45:42 +0000
commit63ace0505121b6294b4e3559fcc901c448f4acfa (patch)
tree6b1de13a4b41b678571c4600275a7ba9167db255 /pkgs
parent6f23bfc52f461f6b6303c5bffc3769de2ce4049f (diff)
added polish dictionary to the list
svn path=/nixpkgs/trunk/; revision=28905
Diffstat (limited to 'pkgs')
-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 0d1ee3d838f32..3bd1d82e0b599 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -103,6 +103,15 @@ in {
     '';
   };
     
+  pl = buildDict {
+    shortName = "pl-6.0_20061121";
+    fullName = "Polish";
+    src = fetchurl {
+      url = mirror://gnu/aspell/dict/pl/aspell6-pl-6.0_20061121-0.tar.bz2;
+      sha256 = "0kap4kh6bqbb22ypja1m5z3krc06vv4n0hakiiqmv20anzy42xq1";
+    };
+  };
+     
   ru = buildDict {
     shortName = "ru-0.99f7-1";
     fullName = "Russian";