Merge pull request #326533 from KoviRobi/clamav-fix-clamscan-no-tests

clamav: Fix check failure of clamscan no tests
This commit is contained in:
Pol Dellaiera
2024-07-15 17:40:26 +02:00
committed by GitHub
+4
View File
@@ -33,6 +33,10 @@ stdenv.mkDerivation rec {
doCheck = true;
checkInputs = [
python3.pkgs.pytest
];
meta = with lib; {
homepage = "https://www.clamav.net";
description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats";