guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: prixovy: Enable Brotli inspection.


From: guix-commits
Subject: 02/06: gnu: prixovy: Enable Brotli inspection.
Date: Sun, 29 Nov 2020 14:44:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a5ec9f781f1f6f0165843f37b17d836d6fcb96de
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 18:23:29 2020 +0100

    gnu: prixovy: Enable Brotli inspection.
    
    * gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-brotli"
    to the #:configure-flags.
    [inputs]: Add brotl.
---
 gnu/packages/tor.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 1aa261d..5e8bc45 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -172,6 +172,7 @@ rejects UDP traffic from the application you're using.")
                                               (assoc-ref %outputs "out")
                                               "/etc/privoxy")
                                "--localstatedir=/var"
+                               "--with-brotli"
                                "--with-openssl")
        #:tests? #f                      ; no test suite
        #:phases
@@ -194,7 +195,8 @@ rejects UDP traffic from the application you're using.")
                  (("^logfile") "#logfile")))
              #t)))))
     (inputs
-     `(("openssl" ,openssl)
+     `(("brotli" ,brotli)
+       ("openssl" ,openssl)
        ("pcre" ,pcre)
        ("w3m" ,w3m)
        ("zlib" ,zlib)))



reply via email to

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