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, 0 insertions, 4 deletions
diff --git a/pkgs/applications/kde/dolphin.nix b/pkgs/applications/kde/dolphin.nix
index 92d256f4770..b70f4977f58 100644
--- a/pkgs/applications/kde/dolphin.nix
+++ b/pkgs/applications/kde/dolphin.nix
@@ -27,8 +27,4 @@ mkDerivation {
     wayland qtwayland
   ];
   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" ];
 }