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

hunspellDicts.et_EE: init at 20030606 (#307820)

authored by Aleksana and committed by GitHub 1920452c fe540afb

+22
+22
pkgs/development/libraries/hunspell/dictionaries.nix
··· 669 shortDescription = "Swedish (Finland)"; 670 }; 671 672 /* GERMAN */ 673 674 de_DE = de-de;
··· 669 shortDescription = "Swedish (Finland)"; 670 }; 671 672 + /* ESTONIAN */ 673 + 674 + et_EE = et-ee; 675 + et-ee = mkDict rec { 676 + pname = "hunspell-dict-et-ee"; 677 + name = pname; 678 + version = "20030606"; 679 + 680 + src = fetchzip { 681 + url = "http://www.meso.ee/~jjpp/speller/ispell-et_${version}.tar.gz"; 682 + sha256 = "sha256-MVfKekzq2RKZONsz2Ey/xSRlh2bln46YO5UdGNkFdxk="; 683 + }; 684 + 685 + dictFileName = "et_EE"; 686 + readmeFile = "README"; 687 + 688 + preInstall = '' 689 + mv latin-1/${dictFileName}.dic ./ 690 + mv latin-1/${dictFileName}.aff ./ 691 + ''; 692 + }; 693 + 694 /* GERMAN */ 695 696 de_DE = de-de;