Skip to content

Commit 8157640

Browse files
Karn Kalliofalsifian
Karn Kallio
authored andcommittedJun 29, 2017
Fix akonadi build.
Patch applied by James Cook <james.cook@utoronto.ca>.
1 parent f4e04c3 commit 8157640

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎pkgs/applications/kde/akonadi/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
mkDerivation, copyPathsToStore, lib,
33
extra-cmake-modules,
44
kcompletion, kconfigwidgets, kdbusaddons, kdesignerplugin, kiconthemes,
5-
kio,
6-
boost, kitemmodels,
5+
kwindowsystem, kcrash, kio,
6+
boost, kitemmodels, shared_mime_info,
77
mysql
88
}:
99

@@ -17,6 +17,7 @@ mkDerivation {
1717
nativeBuildInputs = [ extra-cmake-modules ];
1818
buildInputs = [
1919
kcompletion kconfigwidgets kdbusaddons kdesignerplugin kiconthemes kio
20+
kwindowsystem kcrash shared_mime_info
2021
];
2122
propagatedBuildInputs = [ boost kitemmodels ];
2223
cmakeFlags = [

0 commit comments

Comments
 (0)
Please sign in to comment.