about summary refs log tree commit diff
path: root/pkgs/applications/graphics/opentoonz/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/opentoonz/default.nix')
-rw-r--r--pkgs/applications/graphics/opentoonz/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/opentoonz/default.nix b/pkgs/applications/graphics/opentoonz/default.nix
index 1214d868d5c8..fd1366811d57 100644
--- a/pkgs/applications/graphics/opentoonz/default.nix
+++ b/pkgs/applications/graphics/opentoonz/default.nix
@@ -39,6 +39,7 @@ in stdenv.mkDerivation rec {
     "-DCMAKE_SKIP_BUILD_RPATH=ON"
     "-DTIFF_INCLUDE_DIR=${libtiff.dev}/include"
     "-DTIFF_LIBRARY=${libtiff.out}/lib/libtiff.so"
+    "-DCMAKE_SKIP_BUILD_RPATH=ON"
   ];
 
   postInstall = ''