From 223aad2053adb88e7ada0fc94f54a97c63249cb0 Mon Sep 17 00:00:00 2001 From: xeji Date: Mon, 16 Apr 2018 23:40:48 +0200 Subject: [PATCH] kdeApplications.mbox-importer: fix hydra build build failed with "log limit exceeded", disable verbose logging --- pkgs/applications/kde/mbox-importer.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/kde/mbox-importer.nix b/pkgs/applications/kde/mbox-importer.nix index aa637d440bd9..0704003353ae 100644 --- a/pkgs/applications/kde/mbox-importer.nix +++ b/pkgs/applications/kde/mbox-importer.nix @@ -14,7 +14,4 @@ mkDerivation { buildInputs = [ akonadi akonadi-search kconfig kservice kio mailcommon mailimporter messagelib ]; - preHook = '' - set -x - ''; }