fcitx5: drop superfluous use of libsForQt5.callPackage
This commit is contained in:
parent
44bdf188c3
commit
9336fcc5ae
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue