mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: electron-cash: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/finance.scm (electron-cash)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ie7a2d5f8a2faa7def29f19f0a4123cec4f7afbc8
This commit is contained in:
committed by
Ludovic Courtès
parent
b7ff2afdff
commit
440986fea3
@@ -77,6 +77,7 @@
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages aidc)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages check)
|
||||
@@ -647,7 +648,8 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
|
||||
(wrap-qt-program "electron-cash"
|
||||
#:output out #:inputs inputs)))))))
|
||||
(inputs
|
||||
(list libevent
|
||||
(list bash-minimal
|
||||
libevent
|
||||
libsecp256k1-bitcoin-cash
|
||||
openssl
|
||||
python-cython
|
||||
|
||||
Reference in New Issue
Block a user