mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: bitcoin-core: Add Wayland.
* gnu/packages/finance.scm (bitcoin-core)[arguments]<#:qtbase>: Set qtbase. [inputs]: Add qtwayland. Change-Id: Ic96cc49feb09e224724130fe288087f128332d4c
This commit is contained in:
parent
6ba4c64dc2
commit
65d3a0dd05
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,7 @@
|
|||
"-DBUILD_GUI=ON"
|
||||
"-DBUILD_BENCH=ON"
|
||||
"-DWITH_ZMQ=ON")
|
||||
#:qtbase qtbase
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'build 'set-no-git-flag
|
||||
|
|
@ -200,6 +201,7 @@
|
|||
capnproto
|
||||
libevent
|
||||
qrencode
|
||||
qtbase
|
||||
sqlite
|
||||
zeromq))
|
||||
(home-page "https://bitcoincore.org/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue