me
/
guix
Archived
1
0
Fork 0

gnu: privoxy: Update phase style.

* gnu/packages/tor.scm (privoxy)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with #t.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -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)