about summary refs log tree commit diff
path: root/pkgs/applications/kde/eventviews.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/eventviews.nix')
-rw-r--r--pkgs/applications/kde/eventviews.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/kde/eventviews.nix b/pkgs/applications/kde/eventviews.nix
index 001c1e6cbcb92..382f0ee48b1db 100644
--- a/pkgs/applications/kde/eventviews.nix
+++ b/pkgs/applications/kde/eventviews.nix
@@ -17,4 +17,8 @@ mkDerivation {
     libkdepim qtbase qttools kholidays
   ];
   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"
+  '';
 }