fcitx5-with-addons: build for both qt versions
This commit is contained in:
parent
6fb9849e68
commit
81ed07d28a
4 changed files with 5 additions and 2 deletions
|
@ -325,6 +325,7 @@ mapAliases ({
|
||||||
fcitx5-configtool = libsForQt5.fcitx5-configtool; # Added 2024-03-01
|
fcitx5-configtool = libsForQt5.fcitx5-configtool; # Added 2024-03-01
|
||||||
fcitx5-skk-qt = libsForQt5.fcitx5-skk-qt; # Added 2024-03-01
|
fcitx5-skk-qt = libsForQt5.fcitx5-skk-qt; # Added 2024-03-01
|
||||||
fcitx5-unikey = libsForQt5.fcitx5-unikey; # Added 2024-03-01
|
fcitx5-unikey = libsForQt5.fcitx5-unikey; # Added 2024-03-01
|
||||||
|
fcitx5-with-addons = libsForQt5.fcitx5-with-addons; # Added 2024-03-01
|
||||||
|
|
||||||
### G ###
|
### G ###
|
||||||
|
|
||||||
|
|
|
@ -8044,8 +8044,6 @@ with pkgs;
|
||||||
|
|
||||||
fcitx5 = callPackage ../tools/inputmethods/fcitx5 { };
|
fcitx5 = callPackage ../tools/inputmethods/fcitx5 { };
|
||||||
|
|
||||||
fcitx5-with-addons = callPackage ../tools/inputmethods/fcitx5/with-addons.nix { };
|
|
||||||
|
|
||||||
fcitx5-bamboo = callPackage ../tools/inputmethods/fcitx5/fcitx5-bamboo.nix { };
|
fcitx5-bamboo = callPackage ../tools/inputmethods/fcitx5/fcitx5-bamboo.nix { };
|
||||||
|
|
||||||
fcitx5-mozc = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-mozc.nix {
|
fcitx5-mozc = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-mozc.nix {
|
||||||
|
|
|
@ -108,6 +108,8 @@ in (noExtraAttrs (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdP
|
||||||
|
|
||||||
fcitx5-unikey = callPackage ../tools/inputmethods/fcitx5/fcitx5-unikey.nix { };
|
fcitx5-unikey = callPackage ../tools/inputmethods/fcitx5/fcitx5-unikey.nix { };
|
||||||
|
|
||||||
|
fcitx5-with-addons = callPackage ../tools/inputmethods/fcitx5/with-addons.nix { };
|
||||||
|
|
||||||
futuresql = callPackage ../development/libraries/futuresql { };
|
futuresql = callPackage ../development/libraries/futuresql { };
|
||||||
|
|
||||||
qgpgme = callPackage ../development/libraries/gpgme { };
|
qgpgme = callPackage ../development/libraries/gpgme { };
|
||||||
|
|
|
@ -43,6 +43,8 @@ makeScopeWithSplicing' {
|
||||||
|
|
||||||
fcitx5-unikey = callPackage ../tools/inputmethods/fcitx5/fcitx5-unikey.nix { };
|
fcitx5-unikey = callPackage ../tools/inputmethods/fcitx5/fcitx5-unikey.nix { };
|
||||||
|
|
||||||
|
fcitx5-with-addons = callPackage ../tools/inputmethods/fcitx5/with-addons.nix { };
|
||||||
|
|
||||||
kdsoap = callPackage ../development/libraries/kdsoap { };
|
kdsoap = callPackage ../development/libraries/kdsoap { };
|
||||||
|
|
||||||
kcolorpicker = callPackage ../development/libraries/kcolorpicker { };
|
kcolorpicker = callPackage ../development/libraries/kcolorpicker { };
|
||||||
|
|
Loading…
Reference in a new issue