From d7397187dfbb5ee5a3f759f1da6d46917ff654fa Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 12 Jun 2019 12:56:09 +0300 Subject: 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(-) (limited to 'gnu/packages/wget.scm') 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) -- cgit v1.2.3