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
commit d3c5aa50f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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