summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/hime
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-01-12 05:50:23 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2021-01-25 15:56:15 -0600
commit5590e365e4775f138610b1036a75f8886921843e (patch)
tree58f7e1c67fe2fa8328d6db079c1149cd23d17ce0 /pkgs/tools/inputmethods/hime
parent67b7cffaec76a70db87685ba1b0019107be8272c (diff)
downloadnixpkgs-5590e365e4775f138610b1036a75f8886921843e.tar
nixpkgs-5590e365e4775f138610b1036a75f8886921843e.tar.gz
nixpkgs-5590e365e4775f138610b1036a75f8886921843e.tar.bz2
nixpkgs-5590e365e4775f138610b1036a75f8886921843e.tar.lz
nixpkgs-5590e365e4775f138610b1036a75f8886921843e.tar.xz
nixpkgs-5590e365e4775f138610b1036a75f8886921843e.tar.zst
nixpkgs-5590e365e4775f138610b1036a75f8886921843e.zip
qtbase: Check for wrapQtAppsHook in setupHook
Diffstat (limited to 'pkgs/tools/inputmethods/hime')
-rw-r--r--pkgs/tools/inputmethods/hime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/hime/default.nix b/pkgs/tools/inputmethods/hime/default.nix
index 8ec6146a020..988f8941d14 100644
--- a/pkgs/tools/inputmethods/hime/default.nix
+++ b/pkgs/tools/inputmethods/hime/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
 
   preConfigure = "patchShebangs configure";
   configureFlags = [ "--disable-lib64" "--disable-qt5-immodule" ];
-
+  dontWrapQtApps = true;
 
   meta = with lib; {
     homepage = "http://hime-ime.github.io/";