akonadi-contacts: add grantleetheme input

wip/yesman
Thomas Tuegel 3 years ago
parent 661affbd17
commit 6a3b9098d1
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 4
      pkgs/applications/kde/akonadi-contacts.nix

@ -2,7 +2,7 @@
mkDerivation, lib, kdepimTeam,
extra-cmake-modules,
qtwebengine,
grantlee,
grantlee, grantleetheme,
kdbusaddons, ki18n, kiconthemes, kio, kitemmodels, ktextwidgets, prison,
akonadi, akonadi-mime, kcontacts, kmime,
}:
@ -16,7 +16,7 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
qtwebengine
grantlee
grantlee grantleetheme
kdbusaddons ki18n kiconthemes kio kitemmodels ktextwidgets prison
akonadi-mime kcontacts kmime
];

Loading…
Cancel
Save