about summary refs log tree commit diff
path: root/pkgs/aszlig/psi
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/aszlig/psi')
-rw-r--r--pkgs/aszlig/psi/default.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgs/aszlig/psi/default.nix b/pkgs/aszlig/psi/default.nix
index 94e1ba1c..d0e24c05 100644
--- a/pkgs/aszlig/psi/default.nix
+++ b/pkgs/aszlig/psi/default.nix
@@ -54,7 +54,7 @@ in stdenv.mkDerivation rec {
   ];
 
   enableParallelBuilding = true;
-  nativeBuildInputs = [ cmake makeWrapper ];
+  nativeBuildInputs = [ cmake makeWrapper qt5.wrapQtAppsHook ];
   buildInputs = [
     hunspell
     libgcrypt
@@ -69,12 +69,4 @@ in stdenv.mkDerivation rec {
     qt5.qtwebengine
     qt5.qtx11extras
   ];
-
-  postInstall = let
-    inherit (qt5.qtbase) qtPluginPrefix;
-    qtPlugins = "${qt5.qtbase}/${qtPluginPrefix}";
-  in ''
-    wrapProgram "$out/bin/psi" \
-      --suffix QT_PLUGIN_PATH : ${lib.escapeShellArg qtPlugins}
-  '';
 }