summary refs log tree commit diff
path: root/pkgs/development/libraries/qtwebkit-plugins
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/development/libraries/qtwebkit-plugins
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/development/libraries/qtwebkit-plugins')
-rw-r--r--pkgs/development/libraries/qtwebkit-plugins/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qtwebkit-plugins/default.nix b/pkgs/development/libraries/qtwebkit-plugins/default.nix
index 652c49aa6ca..5bc30db059e 100644
--- a/pkgs/development/libraries/qtwebkit-plugins/default.nix
+++ b/pkgs/development/libraries/qtwebkit-plugins/default.nix
@@ -14,6 +14,8 @@ stdenv.mkDerivation {
 
   buildInputs = [ qtwebkit hunspell ];
 
+  dontWrapQtApps = true;
+
   postPatch = ''
     sed -i "s,-lhunspell,-lhunspell-${lib.versions.majorMinor hunspell.version}," src/spellcheck/spellcheck.pri
     sed -i "s,\$\$\[QT_INSTALL_PLUGINS\],$out/$qtPluginPrefix," src/src.pro