guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/12: gnu: privoxy: Update phase style.


From: Tobias Geerinckx-Rice
Subject: 07/12: gnu: privoxy: Update phase style.
Date: Thu, 1 Mar 2018 16:21:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit fbb0164a5f7087a81ef5f79a4134432969f926cf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 1 16:30:40 2018 +0100

    gnu: privoxy: Update phase style.
    
    * gnu/packages/tor.scm (privoxy)[arguments]: Substitute INVOKE for
    SYSTEM* and end phase with #t.
---
 gnu/packages/tor.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 4a39100..f598672 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]