mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
{fcitx5-mozc,fcitx5-mozc-ut}: move to by-name
This commit is contained in:
parent
8aea7153f3
commit
936e9a7d54
8
pkgs/by-name/fc/fcitx5-mozc-ut/package.nix
Normal file
8
pkgs/by-name/fc/fcitx5-mozc-ut/package.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
fcitx5-mozc,
|
||||
mozc-ut,
|
||||
}:
|
||||
|
||||
fcitx5-mozc.override {
|
||||
mozc = mozc-ut;
|
||||
}
|
@ -7474,10 +7474,6 @@ with pkgs;
|
||||
|
||||
fcitx5-bamboo = callPackage ../tools/inputmethods/fcitx5/fcitx5-bamboo.nix { };
|
||||
|
||||
fcitx5-mozc = callPackage ../tools/inputmethods/fcitx5/fcitx5-mozc.nix { };
|
||||
|
||||
fcitx5-mozc-ut = fcitx5-mozc.override { mozc = mozc-ut; };
|
||||
|
||||
fcitx5-skk = qt6Packages.callPackage ../tools/inputmethods/fcitx5/fcitx5-skk.nix { };
|
||||
|
||||
fcitx5-anthy = callPackage ../tools/inputmethods/fcitx5/fcitx5-anthy.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user