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-17 15:16:46 +0200 |
commit | 0f238c2ed15e79e8229e9e55b1772f456fac9d29 (patch) | |
tree | 6d72b848cde00d3e6395188acee8067817223d8a | |
parent | 6359d1234bd7bd7ccff8370e2fe38eca65fe4151 (diff) | |
download | guix-0f238c2ed15e79e8229e9e55b1772f456fac9d29.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")))) |