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 @@
|
||||||
("miniupnpc" ,miniupnpc)
|
("miniupnpc" ,miniupnpc)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("protobuf" ,protobuf)
|
("protobuf" ,protobuf)
|
||||||
("qtbase" ,qtbase)))
|
;; TODO Build with the modular Qt.
|
||||||
|
("qt" ,qt)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue