mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: bitcoin-core: Actually build the graphical client.
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace qtbase with qt.
This commit is contained in:
parent
81c35029d4
commit
f8fabfc99f
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ (define-public bitcoin-core
|
|||
("miniupnpc" ,miniupnpc)
|
||||
("openssl" ,openssl)
|
||||
("protobuf" ,protobuf)
|
||||
("qtbase" ,qtbase)))
|
||||
;; TODO Build with the modular Qt.
|
||||
("qt" ,qt)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue