fcitx5: drop superfluous use of libsForQt5.callPackage

This commit is contained in:
Nick Cao
2024-03-01 10:44:05 -05:00
parent 44bdf188c3
commit 9336fcc5ae
+1 -1
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 { };