summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/kidentitymanagement.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kidentitymanagement.nix')
-rw-r--r--pkgs/applications/kde/kidentitymanagement.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kidentitymanagement.nix b/pkgs/applications/kde/kidentitymanagement.nix
index c2f2abcd32d0..6316a86024b2 100644
--- a/pkgs/applications/kde/kidentitymanagement.nix
+++ b/pkgs/applications/kde/kidentitymanagement.nix
@@ -17,4 +17,8 @@ mkDerivation {
];
propagatedBuildInputs = [ kcoreaddons kpimtextedit ];
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"
+ '';
}