Merge remote-tracking branch 'origin/master' into hardened-stdenv

This commit is contained in:
Franz Pletz
2016-03-05 18:55:30 +01:00
175 changed files with 11585 additions and 8679 deletions
+4 -1
View File
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, zlib, bzip2, libiconv, libxml2, openssl, ncurses, curl
, libmilter, pcre }:
, libmilter, pcre, freshclamConf ? null }:
stdenv.mkDerivation rec {
name = "clamav-${version}";
version = "0.99";
@@ -24,6 +25,8 @@ stdenv.mkDerivation rec {
"--disable-clamav"
];
fixupPhase = if (freshclamConf != null) then ''echo "${freshclamConf}" > $out/etc/freshclam.conf'' else "";
meta = with stdenv.lib; {
homepage = http://www.clamav.net;
description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats";