mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: prixovy: Enable Brotli inspection.
* gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-brotli" to the #:configure-flags. [inputs]: Add brotl.
This commit is contained in:
parent
70feedbbdb
commit
a5ec9f781f
1 changed files with 3 additions and 1 deletions
|
@ -172,6 +172,7 @@ (define-public privoxy
|
|||
(assoc-ref %outputs "out")
|
||||
"/etc/privoxy")
|
||||
"--localstatedir=/var"
|
||||
"--with-brotli"
|
||||
"--with-openssl")
|
||||
#:tests? #f ; no test suite
|
||||
#:phases
|
||||
|
@ -194,7 +195,8 @@ (define-public privoxy
|
|||
(("^logfile") "#logfile")))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("openssl" ,openssl)
|
||||
`(("brotli" ,brotli)
|
||||
("openssl" ,openssl)
|
||||
("pcre" ,pcre)
|
||||
("w3m" ,w3m)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue