Skip to content
Snippets Groups Projects
Unverified Commit 6e9ffc3f authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: clamav: End snippet in truth.

* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
parent d2e438d3
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,8 @@ (define-public clamav
'("win32" ; unnecessary
"libclamav/c++/llvm" ; use system llvm
"libclamav/tomsfastmath" ; use system tomsfastmath
"libclamunrar")))) ; non-free license
"libclamunrar")) ; non-free license
#t))
(patches
(search-patches "clamav-system-tomsfastmath.patch"
"clamav-config-llvm-libs.patch"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment