I noticed a bunch of commits that all said "Add Wayland" and picked one arbitrarily to peek at, bitcoin-core, which seemed to have a discrepancy between the commit message and what the commit included:
commit 65d3a0dd052d48eacfc164969f091b80ae845527 Author: Danny Milosavljevic <[email protected]> Date: Sat Jan 10 00:44:24 2026 +0100 gnu: bitcoin-core: Add Wayland. * gnu/packages/finance.scm (bitcoin-core)[arguments]<#:qtbase>: Set qtbase. [inputs]: Add qtwayland. Change-Id: Ic96cc49feb09e224724130fe288087f128332d4c diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index ceec36d84af..0930806b796 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -175,6 +175,7 @@ (define-public bitcoin-core "-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 @@ (define-public bitcoin-core capnproto libevent qrencode + qtbase sqlite zeromq)) (home-page "https://bitcoincore.org/") It says it added qtwayland to the inputs, but it appears to only have added qtbase? Is the typo in the commit message... or the code? :) After that, I looked at many of the other "Add Wayland" commits and only this one strangely seemed to be the outlier... live well, vagrant
signature.asc
Description: PGP signature
