summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/grantleetheme/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/grantleetheme/default.nix')
-rw-r--r--pkgs/applications/kde/grantleetheme/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/kde/grantleetheme/default.nix b/pkgs/applications/kde/grantleetheme/default.nix
index 92499645e7f4..2cc532d25104 100644
--- a/pkgs/applications/kde/grantleetheme/default.nix
+++ b/pkgs/applications/kde/grantleetheme/default.nix
@@ -16,4 +16,8 @@ mkDerivation {
grantlee ki18n kiconthemes knewstuff kservice kxmlgui qtbase
];
propagatedBuildInputs = [ grantlee kiconthemes knewstuff ];
+ postInstall = ''
+ # added as an include directory by cmake files and fails to compile if it's missing
+ mkdir -p "$dev/include/KF5"
+ '';
}