fcitx5: drop superfluous use of libsForQt5.callPackage

This commit is contained in:
Nick Cao 2024-01-07 00:46:54 -05:00
parent 44bdf188c3
commit 9336fcc5ae
No known key found for this signature in database

View file

@ -8042,7 +8042,7 @@ with pkgs;
chewing-editor = libsForQt5.callPackage ../applications/misc/chewing-editor { };
fcitx5 = libsForQt5.callPackage ../tools/inputmethods/fcitx5 { };
fcitx5 = callPackage ../tools/inputmethods/fcitx5 { };
fcitx5-with-addons = callPackage ../tools/inputmethods/fcitx5/with-addons.nix { };