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:
parent
08b00d384b
commit
d7397187df
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue