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 _
|
(lambda _
|
||||||
(substitute* "wgetpaste"
|
(substitute* "wgetpaste"
|
||||||
((" poundpython\"") "\"")
|
((" poundpython\"") "\"")
|
||||||
(("-poundpython") "-dpaste"))
|
(("-poundpython") "-bpaste")) ; dpaste blocks tor users
|
||||||
#t))
|
#t))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue