guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit b62daf2f0a437f6c6cca187bb9d371d0bed554a2
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 19:03:20 2025 +0530

    gnu: kinfocenter: Enable qtwayland.
    
    * gnu/packages/kde-plasma.scm (kinfocenter)[build-system]: Switch to
    qt-build-system.
    [arguments]<#:qtbase>: Set to qtbase.
    [inputs]: Reorder; remove qtbase; add qtwayland.
    
    Change-Id: Iffb4a18adb18cb58cf249f1095a2149425289b26
---
 gnu/packages/kde-plasma.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index cd93e16aba..f426ea9b2b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -862,9 +862,10 @@ functionality")
               (sha256
                (base32
                 "0ycaljixrn43hj5ladid5gn15zdfnzz7dxi9yas78akpf2a4jpsd"))))
-    (build-system cmake-build-system)
+    (build-system qt-build-system)
     (arguments
      (list
+      #:qtbase qtbase
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'set-path
@@ -924,6 +925,7 @@ functionality")
     ;; * vulkaninfo
     ;; Wayland KCM
     (inputs (list bash-minimal
+                  clinfo
                   dmidecode
                   eudev
                   fwupd
@@ -945,13 +947,12 @@ functionality")
                   pciutils
                   libplasma
                   qttools
-                  qtbase
+                  qtwayland
                   solid
                   util-linux
                   vulkan-tools
                   wayland-utils
-                  xdpyinfo
-                  clinfo))
+                  xdpyinfo))
     (propagated-inputs (list system-settings))
     (home-page "https://invent.kde.org/plasma/kinfocenter";)
     (synopsis "View information about computer's hardware")

Reply via email to