clamav: don't bundle freshclam config with package

Building clamav is expensive due to the bundled llvm.

Closes #20304.
This commit is contained in:
Franz Pletz
2016-11-15 02:06:02 +01:00
parent 999ac3056d
commit 02e9c88d77
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ let
${cfg.daemon.extraConfig}
'';
pkg = pkgs.clamav.override { freshclamConf = cfg.updater.config; };
pkg = pkgs.clamav;
in
{
options = {