kalendar: fix missing dependencies

This commit is contained in:
Ulrik Strid 2022-12-12 21:10:28 +01:00 committed by Peter Hoeg
parent 04d8085f74
commit 69cd1a1492

View file

@ -35,6 +35,10 @@
, akonadi-contacts
, akonadi-calendar-tools
, kdepim-runtime
, gpgme
, pimcommon
, mailcommon
, messagelib
}:
mkDerivation rec {
@ -76,6 +80,11 @@ mkDerivation rec {
akonadi-contacts
akonadi-calendar-tools
kdepim-runtime
gpgme
pimcommon
mailcommon
messagelib
];
propagatedUserEnvPkgs = [ akonadi kdepim-runtime akonadi-search ];