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/libkdepim.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/kde/libkdepim.nix') diff --git a/pkgs/applications/kde/libkdepim.nix b/pkgs/applications/kde/libkdepim.nix index 5fafd2e1effc2..7e66a17e5dc43 100644 --- a/pkgs/applications/kde/libkdepim.nix +++ b/pkgs/applications/kde/libkdepim.nix @@ -18,4 +18,8 @@ mkDerivation { kconfigwidgets kcontacts ki18n kiconthemes kio kitemviews kjobwidgets kldap kwallet ]; + postInstall = '' + # added as an include directory by cmake files and fails to compile if it's missing + mkdir -p "$out/include/KF5" + ''; } -- cgit 1.4.1