mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
fcitx5-skk: migrate to pkgs/by-name
This commit is contained in:
@@ -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 = [
|
||||
@@ -2217,8 +2217,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 { };
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user