gnu: clamav: End snippet in truth.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 15 May 2020 16:43:17 +0000 (18:43 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 15 May 2020 18:35:57 +0000 (20:35 +0200)
* gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.

gnu/packages/antivirus.scm

index 0491861..367ebe7 100644 (file)
@@ -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"))))