about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2021-01-05 17:52:10 +0100
committerArtturin <Artturin@artturin.com>2022-07-04 03:49:01 +0300
commit1ca04aa9f1bec24bd4e01bac7932bbdb91737abb (patch)
tree68d692a210954a32225d32eaaad83a863f814ca8 /pkgs/applications/kde
parentf7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca (diff)
treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
Diffstat (limited to 'pkgs/applications/kde')
-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 92d256f477090..b70f4977f587b 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" ];
 }