6 stdenvNoCC.mkDerivation {
10 url = "https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/0.2.5/zhwiki-20240909.dict.yaml";
11 hash = "sha256-ZQ8orW7jEbPtOEvYYxdnTJGTwdXVZBEWjUMYR93vOCE=";
18 mkdir -p $out/share/rime-data
19 cp $src $out/share/rime-data/zhwiki.dict.yaml
25 maintainers = with lib.maintainers; [ xddxdd ];
26 description = "RIME dictionary file for entries from zh.wikipedia.org";
27 homepage = "https://github.com/felixonmars/fcitx5-pinyin-zhwiki";
29 lib.licenses.fdl13Plus
30 lib.licenses.cc-by-sa-40