summary refs log tree commit diff
path: root/pkgs/development/libraries/vtk/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/vtk/generic.nix')
-rw-r--r--pkgs/development/libraries/vtk/generic.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/vtk/generic.nix b/pkgs/development/libraries/vtk/generic.nix
index 273bff8852ee0..85eaa1ae80e7d 100644
--- a/pkgs/development/libraries/vtk/generic.nix
+++ b/pkgs/development/libraries/vtk/generic.nix
@@ -57,6 +57,8 @@ in stdenv.mkDerivation rec {
     export LD_LIBRARY_PATH="$(pwd)/lib";
   '';
 
+  dontWrapQtApps = true;
+
   # Shared libraries don't work, because of rpath troubles with the current
   # nixpkgs cmake approach. It wants to call a binary at build time, just
   # built and requiring one of the shared objects.