[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: electron-cash: Add missing input.
From: |
guix-commits |
Subject: |
03/03: gnu: electron-cash: Add missing input. |
Date: |
Mon, 12 Apr 2021 04:20:53 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit c901ec27d7e437c200f04263c1cdccdcd864956c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Apr 12 10:16:07 2021 +0200
gnu: electron-cash: Add missing input.
Fixes <https://bugs.gnu.org/47654>.
* gnu/packages/finance.scm (electron-cash)[inputs]: Add python-pathvalidate.
---
gnu/packages/finance.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f18438b..2d5c1c7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -601,6 +601,7 @@ other machines/servers. Electrum does not download the
Bitcoin blockchain.")
("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)