~ruther/guix-local

fbb0164a5f7087a81ef5f79a4134432969f926cf — Tobias Geerinckx-Rice 8 years ago 66b89ee
gnu: privoxy: Update phase style.

* gnu/packages/tor.scm (privoxy)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with #t.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/tor.scm
M gnu/packages/tor.scm => gnu/packages/tor.scm +2 -1
@@ 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)