akonadi-contacts: add grantleetheme input

This commit is contained in:
Thomas Tuegel
2021-01-31 16:54:08 -06:00
parent 661affbd17
commit 6a3b9098d1

View File

@@ -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
];