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:
parent
66b89ee28e
commit
fbb0164a5f
|
@ -146,7 +146,8 @@ rejects UDP traffic from the application you're using.")
|
|||
(lambda _
|
||||
;; Unfortunately, this is not a tarball produced by
|
||||
;; "make dist".
|
||||
(zero? (system* "autoreconf" "-vfi")))))
|
||||
(invoke "autoreconf" "-vfi")
|
||||
#t)))
|
||||
#:tests? #f))
|
||||
(inputs
|
||||
`(("w3m" ,w3m)
|
||||
|
|
Loading…
Reference in New Issue