about summary refs log tree commit diff
path: root/pkgs/applications/kde/dolphin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/dolphin.nix')
-rw-r--r--pkgs/applications/kde/dolphin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/kde/dolphin.nix b/pkgs/applications/kde/dolphin.nix
index 6a4635c26fb3..dcc797743035 100644
--- a/pkgs/applications/kde/dolphin.nix
+++ b/pkgs/applications/kde/dolphin.nix
@@ -21,4 +21,8 @@ mkDerivation {
     phonon solid
   ];
   outputs = [ "out" "dev" ];
+  # We need the RPATH for linking, because the `libkdeinit5_dolphin.so` links
+  # private against its dependencies and without the correct RPATH, these
+  # dependencies are not found.
+  cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
 }