mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ rejects UDP traffic from the application you're using.")
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/etc/privoxy")
|
"/etc/privoxy")
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
"--with-brotli"
|
||||||
"--with-openssl")
|
"--with-openssl")
|
||||||
#:tests? #f ; no test suite
|
#:tests? #f ; no test suite
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -194,7 +195,8 @@ rejects UDP traffic from the application you're using.")
|
||||||
(("^logfile") "#logfile")))
|
(("^logfile") "#logfile")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("brotli" ,brotli)
|
||||||
|
("openssl" ,openssl)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("w3m" ,w3m)
|
("w3m" ,w3m)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue