summary refs log tree commit diff
path: root/pkgs/top-level/qt5-packages.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-01-11 09:15:22 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-01-11 09:15:22 +0100
commit05ca995e31230a28306bf7d2f33ece4e538e7ca7 (patch)
tree2f46c7b0e4bb377436fdda70720e5bfd10b001a8 /pkgs/top-level/qt5-packages.nix
parent75bb36a66fc4ccca34bda2c24bb6a556e4ca359c (diff)
downloadnixpkgs-05ca995e31230a28306bf7d2f33ece4e538e7ca7.tar
nixpkgs-05ca995e31230a28306bf7d2f33ece4e538e7ca7.tar.gz
nixpkgs-05ca995e31230a28306bf7d2f33ece4e538e7ca7.tar.bz2
nixpkgs-05ca995e31230a28306bf7d2f33ece4e538e7ca7.tar.lz
nixpkgs-05ca995e31230a28306bf7d2f33ece4e538e7ca7.tar.xz
nixpkgs-05ca995e31230a28306bf7d2f33ece4e538e7ca7.tar.zst
nixpkgs-05ca995e31230a28306bf7d2f33ece4e538e7ca7.zip
libsForQt5.fcitx5-qt: add missing callPackage, fixes eval
https://github.com/NixOS/nixpkgs/pull/102168 moved Qt imports to qt5-packages.nix
and https://github.com/NixOS/nixpkgs/pull/104658 added a new package on the old
location.
Diffstat (limited to 'pkgs/top-level/qt5-packages.nix')
-rw-r--r--pkgs/top-level/qt5-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/qt5-packages.nix b/pkgs/top-level/qt5-packages.nix
index 187cdec868a..f3708f0ab45 100644
--- a/pkgs/top-level/qt5-packages.nix
+++ b/pkgs/top-level/qt5-packages.nix
@@ -61,6 +61,8 @@ in (kdeFrameworks // plasma5 // plasma5.thirdParty // kdeApplications // qt5 //
 
   fcitx-qt5 = callPackage ../tools/inputmethods/fcitx/fcitx-qt5.nix { };
 
+  fcitx5-qt = callPackage ../tools/inputmethods/fcitx5/fcitx5-qt.nix { };
+
   qgpgme = callPackage ../development/libraries/gpgme { };
 
   grantlee = callPackage ../development/libraries/grantlee/5 { };