gnu: privoxy: Update phase style.

* gnu/packages/tor.scm (privoxy)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with #t.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-01 16:30:40 +01:00
parent 66b89ee28e
commit fbb0164a5f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -146,7 +146,8 @@ (define-public privoxy
(lambda _
;; Unfortunately, this is not a tarball produced by
;; "make dist".
(zero? (system* "autoreconf" "-vfi")))))
(invoke "autoreconf" "-vfi")
#t)))
#:tests? #f))
(inputs
`(("w3m" ,w3m)