From 02e9c88d778b06909d4ef5a2e7e417aaeecb89a7 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 15 Nov 2016 02:02:25 +0100 Subject: clamav: don't bundle freshclam config with package Building clamav is expensive due to the bundled llvm. Closes #20304. --- nixos/modules/services/security/clamav.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/security/clamav.nix') diff --git a/nixos/modules/services/security/clamav.nix b/nixos/modules/services/security/clamav.nix index e4e5c1253b77..89ac1c01f521 100644 --- a/nixos/modules/services/security/clamav.nix +++ b/nixos/modules/services/security/clamav.nix @@ -16,7 +16,7 @@ let ${cfg.daemon.extraConfig} ''; - pkg = pkgs.clamav.override { freshclamConf = cfg.updater.config; }; + pkg = pkgs.clamav; in { options = { -- cgit 1.4.1