efraim pushed a commit to branch master
in repository guix.

commit d7397187dfbb5ee5a3f759f1da6d46917ff654fa
Author: Efraim Flashner <[email protected]>
Date:   Wed Jun 12 12:56:09 2019 +0300

    gnu: wget: Change default paste site.
    
    * gnu/packages/wget.scm (wgetpaste)[arguments]: Change default paste
    site in custom 'remove-dead-paste-site phase.
---
 gnu/packages/wget.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 9a6436f..dcc8b6d 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -103,7 +103,7 @@ in downloaded documents to relative links.")
            (lambda _
              (substitute* "wgetpaste"
                ((" poundpython\"") "\"")
-               (("-poundpython") "-dpaste"))
+               (("-poundpython") "-bpaste")) ; dpaste blocks tor users
              #t))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)

Reply via email to