kalendar: fix missing dependencies
This commit is contained in:
parent
04d8085f74
commit
69cd1a1492
1 changed files with 9 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue