Skip to content

Commit

Permalink
libsForQt5.fcitx5-qt: add missing callPackage, fixes eval
Browse files Browse the repository at this point in the history
#102168 moved Qt imports to qt5-packages.nix
and #104658 added a new package on the old
location.
  • Loading branch information
FRidh committed Jan 11, 2021
1 parent 75bb36a commit 05ca995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/qt5-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 05ca995

Please sign in to comment.