~ruther/guix-local

6e9ffc3f778b43aa42c2142ec9ebbe3be4bf47cc — Tobias Geerinckx-Rice 6 years ago d2e438d
gnu: clamav: End snippet in truth.

* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/antivirus.scm
M gnu/packages/antivirus.scm => gnu/packages/antivirus.scm +2 -1
@@ 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"))))