akonadi-contacts: add libkleo input

This commit is contained in:
Thomas Tuegel 2021-02-01 10:48:19 -06:00
parent 2a19def3d4
commit 71dd47713c
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -4,7 +4,7 @@
qtwebengine,
grantlee, grantleetheme,
kdbusaddons, ki18n, kiconthemes, kio, kitemmodels, ktextwidgets, prison,
akonadi, akonadi-mime, kcontacts, kmime,
akonadi, akonadi-mime, kcontacts, kmime, libkleo,
}:
mkDerivation {
@ -18,7 +18,7 @@ mkDerivation {
qtwebengine
grantlee grantleetheme
kdbusaddons ki18n kiconthemes kio kitemmodels ktextwidgets prison
akonadi-mime kcontacts kmime
akonadi-mime kcontacts kmime libkleo
];
propagatedBuildInputs = [ akonadi ];
outputs = [ "out" "dev" ];