3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Efraim Flashner 2019-06-12 12:56:09 +03:00
parent 08b00d384b
commit d7397187df
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)