about summary refs log tree commit diff
path: root/pkgs/applications/editors/qxmledit
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/applications/editors/qxmledit
parent67b7cffaec76a70db87685ba1b0019107be8272c (diff)
downloadnixlib-5590e365e4775f138610b1036a75f8886921843e.tar
nixlib-5590e365e4775f138610b1036a75f8886921843e.tar.gz
nixlib-5590e365e4775f138610b1036a75f8886921843e.tar.bz2
nixlib-5590e365e4775f138610b1036a75f8886921843e.tar.lz
nixlib-5590e365e4775f138610b1036a75f8886921843e.tar.xz
nixlib-5590e365e4775f138610b1036a75f8886921843e.tar.zst
nixlib-5590e365e4775f138610b1036a75f8886921843e.zip
qtbase: Check for wrapQtAppsHook in setupHook
Diffstat (limited to 'pkgs/applications/editors/qxmledit')
-rw-r--r--pkgs/applications/editors/qxmledit/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/qxmledit/default.nix b/pkgs/applications/editors/qxmledit/default.nix
index fa4e73a37682..d2aea1344da8 100644
--- a/pkgs/applications/editors/qxmledit/default.nix
+++ b/pkgs/applications/editors/qxmledit/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
     export QXMLEDIT_INST_DOC_DIR="$doc"
   '';
 
+  dontWrapQtApps = true;
+
   meta = with lib; {
     description = "Simple XML editor based on qt libraries" ;
     homepage = "https://sourceforge.net/projects/qxmledit";