about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-05-29 02:14:22 +0200
committerajs124 <git@ajs124.de>2023-09-04 13:54:50 +0200
commitfaee0c0e0fa5427e43bb23454bd272539a883e51 (patch)
tree33712c0f7457a54375f4a09b5e8131da7f32d56a /pkgs/tools/inputmethods
parent6c62a2116194bd0356e744a25c0d62c152cc8ebe (diff)
hime: remove qt4 support
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/hime/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/hime/default.nix b/pkgs/tools/inputmethods/hime/default.nix
index 4c86fb04cf04c..685ac169e0656 100644
--- a/pkgs/tools/inputmethods/hime/default.nix
+++ b/pkgs/tools/inputmethods/hime/default.nix
@@ -4,7 +4,6 @@
 , which
 , gtk2
 , gtk3
-, qt4
 , qt5
 , libXtst
 , lib
@@ -25,7 +24,7 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [ which pkg-config unixtools.whereis ];
-  buildInputs = [ libXtst gtk2 gtk3 qt4 qt5.qtbase libchewing anthy ];
+  buildInputs = [ libXtst gtk2 gtk3 qt5.qtbase libchewing anthy ];
 
   preConfigure = "patchShebangs configure";
   configureFlags = [ "--disable-lib64" "--disable-qt5-immodule" ];