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:
parent
5c1f673554
commit
c901ec27d7
1 changed files with 1 additions and 0 deletions
|
@ -601,6 +601,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
|
||||||
("python-hidapi" ,python-hidapi)
|
("python-hidapi" ,python-hidapi)
|
||||||
("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix)
|
("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix)
|
||||||
("python-keepkey" ,python-keepkey)
|
("python-keepkey" ,python-keepkey)
|
||||||
|
("python-pathvalidate" ,python-pathvalidate)
|
||||||
("python-protobuf" ,python-protobuf)
|
("python-protobuf" ,python-protobuf)
|
||||||
("python-pyaes" ,python-pyaes)
|
("python-pyaes" ,python-pyaes)
|
||||||
("python-pyqt" ,python-pyqt)
|
("python-pyqt" ,python-pyqt)
|
||||||
|
|
Reference in a new issue