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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue