Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

aspell-dict-ca: init at 2.1.5-1

+9
+9
pkgs/development/libraries/aspell/dictionaries.nix
··· 28 28 29 29 in { 30 30 31 + ca = buildDict { 32 + shortName = "ca-2.1.5-1"; 33 + fullName = "Catalan"; 34 + src = fetchurl { 35 + url = mirror://gnu/aspell/dict/ca/aspell6-ca-2.1.5-1.tar.bz2; 36 + sha256 = "1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb"; 37 + }; 38 + }; 39 + 31 40 cs = buildDict { 32 41 shortName = "cs-20040614-1"; 33 42 fullName = "Czech";