guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: wget: Change default paste site.


From: guix-commits
Subject: 02/03: gnu: wget: Change default paste site.
Date: Wed, 12 Jun 2019 06:04:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d7397187dfbb5ee5a3f759f1da6d46917ff654fa
Author: Efraim Flashner <address@hidden>
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

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