gnu: electron-cash: Add missing input.

Fixes <https://bugs.gnu.org/47654>.

* gnu/packages/finance.scm (electron-cash)[inputs]: Add python-pathvalidate.
This commit is contained in:
Guillaume Le Vaillant 2021-04-12 10:16:07 +02:00
parent 5c1f673554
commit c901ec27d7
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -601,6 +601,7 @@ (define-public electron-cash
("python-hidapi" ,python-hidapi)
("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix)
("python-keepkey" ,python-keepkey)
("python-pathvalidate" ,python-pathvalidate)
("python-protobuf" ,python-protobuf)
("python-pyaes" ,python-pyaes)
("python-pyqt" ,python-pyqt)