guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 54a2b5d72faddf14d81af9a1336c128be43d2fce
Author: Rodion Goritskov <[email protected]>
AuthorDate: Thu Aug 27 22:19:09 2026 +0200

    gnu: yakuake: Fix build.
    
    * gnu/packages/kde-systemtools.scm (yakuake)
    [inputs]: Add plasma-wayland-protocols, xcb-util.
    
    Relates-to: guix/guix!10917
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/kde-systemtools.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 26b82da9b0b..e5d5de18e12 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -727,9 +727,11 @@ as well as QR codes.")
            kwidgetsaddons
            kwindowsystem
            libxkbcommon
+           plasma-wayland-protocols
            qtsvg
            qtwayland
-           wayland))
+           wayland
+           xcb-util))
     (arguments
      (list #:qtbase qtbase
            #:tests? #f))

Reply via email to