summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/ktnef.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ktnef.nix')
-rw-r--r--pkgs/applications/kde/ktnef.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/kde/ktnef.nix b/pkgs/applications/kde/ktnef.nix
index fec85644aa71..4b0e751734e1 100644
--- a/pkgs/applications/kde/ktnef.nix
+++ b/pkgs/applications/kde/ktnef.nix
@@ -15,4 +15,8 @@ mkDerivation {
kcalendarcore kcalutils kcontacts
];
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"
+ '';
}