guix-commits
[Top][All Lists]
Advanced

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

22/22: gnu: privoxy: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 22/22: gnu: privoxy: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 07:11:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9066424778d2b7b7b73968a91e64ce2b53a163fe
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 13:10:56 2018 +0100

    gnu: privoxy: Remove custom bootstrap phase.
    
    * gnu/packages/tor.scm (privoxy)[arguments]: Remove autoconf phase.
---
 gnu/packages/tor.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 61b0c82..e28a6d4 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Eric Bavier <address@hidden>
 ;;; Copyright © 2017 Rutger Helling <address@hidden>
+;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -140,14 +141,6 @@ rejects UDP traffic from the application you're using.")
        #:configure-flags (list (string-append "--sysconfdir="
                                               (assoc-ref %outputs "out")
                                               "/etc/privoxy"))
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autoconf
-           (lambda _
-             ;; Unfortunately, this is not a tarball produced by
-             ;; "make dist".
-             (invoke "autoreconf" "-vfi")
-             #t)))
        #:tests? #f))
     (inputs
      `(("w3m" ,w3m)



reply via email to

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