mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
hunspellDict.tr_TR: init at 1.1.1 (#311416)
Co-authored-by: Aleksana <alexander.huang.y@gmail.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
ba708dc765
commit
ca6e0689b3
@ -18179,6 +18179,12 @@
|
||||
githubId = 6022042;
|
||||
name = "Sam Parkinson";
|
||||
};
|
||||
samemrecebi = {
|
||||
name = "Emre Çebi";
|
||||
email = "emre@cebi.io";
|
||||
github = "samemrecebi";
|
||||
githubId = 64419750;
|
||||
};
|
||||
samhug = {
|
||||
email = "s@m-h.ug";
|
||||
github = "samhug";
|
||||
|
@ -967,4 +967,29 @@ rec {
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
||||
/* Turkish */
|
||||
tr_TR = tr-tr;
|
||||
tr-tr = mkDict rec {
|
||||
pname = "hunspell-dict-tr-tr";
|
||||
version = "1.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tdd-ai";
|
||||
repo = "hunspell-tr";
|
||||
rev = "7302eca5f3652fe7ae3d3ec06c44697c97342b4e";
|
||||
hash = "sha256-r/I5T/1e7gcp2XZ4UvnpFmWMTsNqLZSCbkqPcgC13PE=";
|
||||
};
|
||||
|
||||
dictFileName = "tr_TR";
|
||||
readmeFile = "README.md";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Hunspell dictionary for Turkish (Turkey) from tdd-ai";
|
||||
homepage = "https://github.com/tdd-ai/hunspell-tr/";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ samemrecebi ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user