guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/104: gnu: clamav: End snippet in truth.


From: guix-commits
Subject: 20/104: gnu: clamav: End snippet in truth.
Date: Sun, 17 May 2020 11:36:28 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 0f238c2ed15e79e8229e9e55b1772f456fac9d29
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri May 15 18:43:17 2020 +0200

    gnu: clamav: End snippet in truth.
    
    * gnu/packages/antivirus.scm (clamav)[source]: Return #t from snippet.
---
 gnu/packages/antivirus.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/antivirus.scm b/gnu/packages/antivirus.scm
index 0491861..367ebe7 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]