Merge pull request #39018 from xeji/p/mbox-importer

kdeApplications.mbox-importer: fix hydra build
This commit is contained in:
Thomas Tuegel
2018-04-17 07:35:58 -05:00
committed by GitHub

View File

@@ -14,7 +14,4 @@ mkDerivation {
buildInputs = [
akonadi akonadi-search kconfig kservice kio mailcommon mailimporter messagelib
];
preHook = ''
set -x
'';
}