clamav: remove openssl 1.0.2 pinning

This commit is contained in:
Robin Gloster
2019-07-30 15:00:03 +02:00
parent c3eef868a2
commit 21d225a026

View File

@@ -2333,9 +2333,7 @@ in
ckb-next = libsForQt5.callPackage ../tools/misc/ckb-next { };
clamav = callPackage ../tools/security/clamav {
openssl = openssl_1_0_2;
};
clamav = callPackage ../tools/security/clamav { };
clex = callPackage ../tools/misc/clex { };