diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-15 18:43:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-15 20:35:57 +0200 |
commit | 6e9ffc3f778b43aa42c2142ec9ebbe3be4bf47cc (patch) | |
tree | 96200f0ea14d4d265bb8ff33d6693606b824f8dc | |
parent | d2e438d3e2fb7ba24213dccd7ee04a9dbbca96c3 (diff) | |
download | guix-6e9ffc3f778b43aa42c2142ec9ebbe3be4bf47cc.tar guix-6e9ffc3f778b43aa42c2142ec9ebbe3be4bf47cc.tar.gz |
gnu: clamav: End snippet in truth.
* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
-rw-r--r-- | gnu/packages/antivirus.scm | 3 |
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")))) |