about summary refs log tree commit diff
path: root/pkgs/applications/graphics/opentoonz
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2023-09-24 22:25:56 -0700
committerScott Worley <scottworley@scottworley.com>2023-09-24 22:25:56 -0700
commit23df0d63ee81c0e0f1710f67c994aa5ae85d9e6b (patch)
tree2a0a49499b9392063c7c963d54ca46e8c3f7ab26 /pkgs/applications/graphics/opentoonz
parente35dcc04a3853da485a396bdd332217d0ac9054f (diff)
opentoonz: Fix after rpath change
Diffstat (limited to 'pkgs/applications/graphics/opentoonz')
-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 7fd9606f3abce..1214d868d5c8f 100644
--- a/pkgs/applications/graphics/opentoonz/default.nix
+++ b/pkgs/applications/graphics/opentoonz/default.nix
@@ -36,6 +36,7 @@ in stdenv.mkDerivation rec {
 
   cmakeDir = "../sources";
   cmakeFlags = [
+    "-DCMAKE_SKIP_BUILD_RPATH=ON"
     "-DTIFF_INCLUDE_DIR=${libtiff.dev}/include"
     "-DTIFF_LIBRARY=${libtiff.out}/lib/libtiff.so"
   ];