about summary refs log tree commit diff
path: root/pkgs/applications/kde/incidenceeditor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/incidenceeditor.nix')
-rw-r--r--pkgs/applications/kde/incidenceeditor.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/kde/incidenceeditor.nix b/pkgs/applications/kde/incidenceeditor.nix
index 9c248f199a5d2..2e10c129eefd6 100644
--- a/pkgs/applications/kde/incidenceeditor.nix
+++ b/pkgs/applications/kde/incidenceeditor.nix
@@ -17,4 +17,8 @@ mkDerivation {
     kldap kmime pimcommon qtbase
   ];
   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"
+  '';
 }