kdeApplications.mbox-importer: fix hydra build

build failed with "log limit exceeded", disable verbose logging
This commit is contained in:
xeji 2018-04-16 23:40:48 +02:00
parent fc7c95b0aa
commit 223aad2053

View file

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