summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/kldap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kldap.nix')
-rw-r--r--pkgs/applications/kde/kldap.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kldap.nix b/pkgs/applications/kde/kldap.nix
index 6016cfd090c8..b7c7777a9a5e 100644
--- a/pkgs/applications/kde/kldap.nix
+++ b/pkgs/applications/kde/kldap.nix
@@ -14,4 +14,8 @@ mkDerivation {
buildInputs = [ ki18n kio kmbox libsecret qtkeychain ];
propagatedBuildInputs = [ cyrus_sasl openldap ];
outputs = [ "out" "dev" ];
+ postInstall = ''
+ # added as an include directory by cmake files and fails to compile if it's missing
+ mkdir -p "$dev/include/KF5"
+ '';
}