mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: clamav: End snippet in truth.
* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
This commit is contained in:
parent
6359d1234b
commit
0f238c2ed1
1 changed files with 2 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue