mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
clamav: fixup build after updating zlib
This commit is contained in:
parent
3a3b0263b0
commit
81c51b18ee
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc/clamav"
|
||||
"--with-zlib=${zlib.dev}"
|
||||
"--disable-zlib-vcheck" # it fails to recognize that 1.2.10 >= 1.2.2
|
||||
"--with-libbz2-prefix=${bzip2.dev}"
|
||||
"--with-iconv-dir=${libiconv}"
|
||||
"--with-xml=${libxml2.dev}"
|
||||
|
Loading…
Reference in New Issue
Block a user