gnu: clamav: End snippet in truth.

* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-15 18:43:17 +02:00
parent 6359d1234b
commit 0f238c2ed1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -59,7 +59,8 @@ (define-public clamav
'("win32" ; unnecessary '("win32" ; unnecessary
"libclamav/c++/llvm" ; use system llvm "libclamav/c++/llvm" ; use system llvm
"libclamav/tomsfastmath" ; use system tomsfastmath "libclamav/tomsfastmath" ; use system tomsfastmath
"libclamunrar")))) ; non-free license "libclamunrar")) ; non-free license
#t))
(patches (patches
(search-patches "clamav-system-tomsfastmath.patch" (search-patches "clamav-system-tomsfastmath.patch"
"clamav-config-llvm-libs.patch")))) "clamav-config-llvm-libs.patch"))))