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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -103,7 +103,7 @@ (define-public wgetpaste
(lambda _
(substitute* "wgetpaste"
((" poundpython\"") "\"")
(("-poundpython") "-dpaste"))
(("-poundpython") "-bpaste")) ; dpaste blocks tor users
#t))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)