diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-06-12 12:56:09 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-06-12 12:58:33 +0300 |
commit | d7397187dfbb5ee5a3f759f1da6d46917ff654fa (patch) | |
tree | 20a6d01cdab6d708f76feb98f587fa73bcf91106 | |
parent | 08b00d384bb6af7a30103a34abf983b26c8715ba (diff) | |
download | patches-d7397187dfbb5ee5a3f759f1da6d46917ff654fa.tar 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.
-rw-r--r-- | gnu/packages/wget.scm | 2 |
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) |