Merge pull request #326533 from KoviRobi/clamav-fix-clamscan-no-tests
clamav: Fix check failure of clamscan no tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user