about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2022-07-11 21:47:36 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2022-07-11 21:47:36 +0800
commitf617400bf2a1888f4370dcc466062fe75ba813ab (patch)
tree58465ae9cc2d2b0c9f1a2dc62265ed9a12c0f875 /pkgs/tools/inputmethods
parentc60312b6d8924aa731d639da18bd0065a07af805 (diff)
fcitx5-configtool: add new dependencies
Co-authored-by: Vonfry <mail@vonfry.name>
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
index ead6bc0bbc4d1..85ec938645f2c 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix
@@ -14,6 +14,8 @@
 , xkeyboardconfig
 , libxkbfile
 , libXdmcp
+, plasma5Packages
+, plasma-framework
 , kcmSupport ? true
 }:
 
@@ -50,6 +52,8 @@ mkDerivation rec {
   ] ++ lib.optionals kcmSupport [
     kdeclarative
     kwidgetsaddons
+    plasma5Packages.kiconthemes
+    plasma-framework
   ];
 
   meta = with lib; {