kmail: add missing dependency (kdepim-addons)
The `kdepim-addons` dependency is needed in KMail to add many of the standard plug-ins, including the "External Editor" plug-in.
This commit is contained in:
parent
af3c1000a4
commit
dc4fb8bfaf
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
kmail-account-wizard, kmailtransport, knotifications, knotifyconfig,
|
||||
kontactinterface, kparts, kpty, kservice, ktextwidgets, ktnef, kwallet,
|
||||
kwidgetsaddons, kwindowsystem, kxmlgui, libgravatar, libksieve, mailcommon,
|
||||
messagelib, pim-sieve-editor, qtscript, qtwebengine, akonadi
|
||||
messagelib, pim-sieve-editor, qtscript, qtwebengine, akonadi, kdepim-addons
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -24,6 +24,7 @@ mkDerivation {
|
|||
knotifications knotifyconfig kontactinterface kparts kpty kservice
|
||||
ktextwidgets ktnef kwidgetsaddons kwindowsystem kxmlgui libgravatar
|
||||
libksieve mailcommon messagelib pim-sieve-editor qtscript qtwebengine
|
||||
kdepim-addons
|
||||
];
|
||||
propagatedUserEnvPkgs = [ kdepim-runtime kwallet akonadi ];
|
||||
patches = [ ./kmail.patch ];
|
||||
|
|
Loading…
Reference in a new issue