mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user