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:
Danny Milosavljevic 2026-01-10 00:44:24 +01:00
parent 6ba4c64dc2
commit 65d3a0dd05
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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/")