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