From 7b52754edb79054aee841ed3cbb3835612946ee0 Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 18 Mar 2023 01:39:35 +0300 Subject: kde/pim: create missing include directories to avoid cmake errors This is a hack and should be removed once upstream fixes this. --- pkgs/applications/kde/akonadi-notes.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/kde/akonadi-notes.nix') diff --git a/pkgs/applications/kde/akonadi-notes.nix b/pkgs/applications/kde/akonadi-notes.nix index 1ab0ca74819f3..411f71440a0dc 100644 --- a/pkgs/applications/kde/akonadi-notes.nix +++ b/pkgs/applications/kde/akonadi-notes.nix @@ -15,4 +15,8 @@ mkDerivation { akonadi kcompletion ki18n kitemmodels kmime kxmlgui ]; 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" + ''; } -- cgit 1.4.1