mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: wget: Change default paste site.
* gnu/packages/wget.scm (wgetpaste)[arguments]: Change default paste site in custom 'remove-dead-paste-site phase.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user