gnu: privoxy: Update phase style.
* gnu/packages/tor.scm (privoxy)[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.master
parent
66b89ee28e
commit
fbb0164a5f
|
@ -146,7 +146,8 @@ rejects UDP traffic from the application you're using.")
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Unfortunately, this is not a tarball produced by
|
;; Unfortunately, this is not a tarball produced by
|
||||||
;; "make dist".
|
;; "make dist".
|
||||||
(zero? (system* "autoreconf" "-vfi")))))
|
(invoke "autoreconf" "-vfi")
|
||||||
|
#t)))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("w3m" ,w3m)
|
`(("w3m" ,w3m)
|
||||||
|
|
Reference in New Issue