Skip to content

Commit

Permalink
mozc-ut: move to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
musjj committed Oct 8, 2024
1 parent 936e9a7 commit b8c0860
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
23 changes: 23 additions & 0 deletions pkgs/by-name/mo/mozc-ut/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
mozc,
mozcdic-ut-alt-cannadic,
mozcdic-ut-edict2,
mozcdic-ut-jawiki,
mozcdic-ut-neologd,
mozcdic-ut-personal-names,
mozcdic-ut-place-names,
mozcdic-ut-skk-jisyo,
mozcdic-ut-sudachidict,
}:
mozc.override {
dictionaries = [
mozcdic-ut-alt-cannadic
mozcdic-ut-edict2
mozcdic-ut-jawiki
mozcdic-ut-neologd
mozcdic-ut-personal-names
mozcdic-ut-place-names
mozcdic-ut-skk-jisyo
mozcdic-ut-sudachidict
];
}
11 changes: 0 additions & 11 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6467,17 +6467,6 @@ with pkgs;

libskk = callPackage ../development/libraries/libskk { };

mozc-ut = mozc.override { dictionaries = [
mozcdic-ut-alt-cannadic
mozcdic-ut-edict2
mozcdic-ut-jawiki
mozcdic-ut-neologd
mozcdic-ut-personal-names
mozcdic-ut-place-names
mozcdic-ut-skk-jisyo
mozcdic-ut-sudachidict
]; };

m17-cxx-demod = callPackage ../applications/radio/m17-cxx-demod { };

m17n_db = callPackage ../tools/inputmethods/m17n-db { };
Expand Down

0 comments on commit b8c0860

Please sign in to comment.