summaryrefslogtreecommitdiff
path: root/gnu/packages/wget.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-06-12 12:56:09 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-06-12 12:58:33 +0300
commitd7397187dfbb5ee5a3f759f1da6d46917ff654fa (patch)
tree20a6d01cdab6d708f76feb98f587fa73bcf91106 /gnu/packages/wget.scm
parent08b00d384bb6af7a30103a34abf983b26c8715ba (diff)
downloadguix-patches-d7397187dfbb5ee5a3f759f1da6d46917ff654fa.tar
guix-patches-d7397187dfbb5ee5a3f759f1da6d46917ff654fa.tar.gz
gnu: wget: Change default paste site.
* gnu/packages/wget.scm (wgetpaste)[arguments]: Change default paste site in custom 'remove-dead-paste-site phase.
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r--gnu/packages/wget.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 9a6436fe6b..dcc8b6d81b 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)