summaryrefslogtreecommitdiff
path: root/gnu/packages/antivirus.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-15 18:43:17 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-15 20:35:57 +0200
commit6e9ffc3f778b43aa42c2142ec9ebbe3be4bf47cc (patch)
tree96200f0ea14d4d265bb8ff33d6693606b824f8dc /gnu/packages/antivirus.scm
parentd2e438d3e2fb7ba24213dccd7ee04a9dbbca96c3 (diff)
downloadguix-patches-6e9ffc3f778b43aa42c2142ec9ebbe3be4bf47cc.tar
guix-patches-6e9ffc3f778b43aa42c2142ec9ebbe3be4bf47cc.tar.gz
gnu: clamav: End snippet in truth.
* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
Diffstat (limited to 'gnu/packages/antivirus.scm')
-rw-r--r--gnu/packages/antivirus.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index 0491861afd..367ebe70dd 100644
--- a/gnu/packages/antivirus.scm
+++ b/gnu/packages/antivirus.scm
@@ -59,7 +59,8 @@
'("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"))))