fcitx5-skk: migrate to pkgs/by-name (#525508)

This commit is contained in:
Weijia Wang
2026-05-30 09:25:45 +00:00
committed by GitHub
3 changed files with 5 additions and 7 deletions

View File

@@ -7,9 +7,9 @@
kdePackages,
gettext,
fcitx5,
fcitx5-qt,
libskk,
qtbase,
qt6,
qt6Packages,
skkDictionaries,
enableQt ? false,
}:
@@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
libskk
]
++ lib.optionals enableQt [
fcitx5-qt
qtbase
qt6Packages.fcitx5-qt
qt6.qtbase
];
cmakeFlags = [

View File

@@ -2207,8 +2207,6 @@ with pkgs;
Fabric = with python3Packages; toPythonApplication fabric;
fcitx5-skk = qt6Packages.callPackage ../tools/inputmethods/fcitx5/fcitx5-skk.nix { };
fcitx5-lua = callPackage ../tools/inputmethods/fcitx5/fcitx5-lua.nix { lua = lua5_3; };
flannel = callPackage ../tools/networking/flannel { };

View File

@@ -53,7 +53,7 @@ makeScopeWithSplicing' {
fcitx5-qt = callPackage ../tools/inputmethods/fcitx5/fcitx5-qt.nix { };
fcitx5-skk-qt = callPackage ../tools/inputmethods/fcitx5/fcitx5-skk.nix { enableQt = true; };
fcitx5-skk-qt = pkgs.fcitx5-skk.override { enableQt = true; };
fcitx5-unikey = callPackage ../tools/inputmethods/fcitx5/fcitx5-unikey.nix { };