summary refs log tree commit diff
path: root/pkgs/applications/kde/dolphin.nix
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-08-20 13:44:05 +0200
committerBastian Köcher <git@kchr.de>2018-08-24 17:35:49 +0200
commit6e1709734ede37066ea3654a69503f5d631f5834 (patch)
treedd315995d9f61fe1f679c31af644c324781c3bd1 /pkgs/applications/kde/dolphin.nix
parentf2cab31ae9970f020fcf48f200dca7c17264776d (diff)
downloadnixpkgs-6e1709734ede37066ea3654a69503f5d631f5834.tar
nixpkgs-6e1709734ede37066ea3654a69503f5d631f5834.tar.gz
nixpkgs-6e1709734ede37066ea3654a69503f5d631f5834.tar.bz2
nixpkgs-6e1709734ede37066ea3654a69503f5d631f5834.tar.lz
nixpkgs-6e1709734ede37066ea3654a69503f5d631f5834.tar.xz
nixpkgs-6e1709734ede37066ea3654a69503f5d631f5834.tar.zst
nixpkgs-6e1709734ede37066ea3654a69503f5d631f5834.zip
kde-applications: 18.04.03 -> 18.08.0
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 6a4635c26fb..dcc79774303 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" ];
 }