summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/libkdepim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/libkdepim.nix')
-rw-r--r--pkgs/applications/kde/libkdepim.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/kde/libkdepim.nix b/pkgs/applications/kde/libkdepim.nix
index 5fafd2e1effc..7e66a17e5dc4 100644
--- a/pkgs/applications/kde/libkdepim.nix
+++ b/pkgs/applications/kde/libkdepim.nix
@@ -18,4 +18,8 @@ mkDerivation {
kconfigwidgets kcontacts ki18n kiconthemes kio kitemviews kjobwidgets kldap
kwallet
];
+ postInstall = ''
+ # added as an include directory by cmake files and fails to compile if it's missing
+ mkdir -p "$out/include/KF5"
+ '';
}