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

commit 1665ec9e19eb51ef98d7f552a480f4ebeaf6e39a
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 1 18:32:22 2025 +0530

    gnu: kcalc: Add qtwayland to inputs.
    
    * gnu/packages/kde-utils.scm (kcalc)[inputs]: Add qtwayland.
    
    Change-Id: I6f394731917771fc42eeff6becde69713e27f5d1
---
 gnu/packages/kde-utils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 33853b71f8..79f2e95119 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -566,7 +566,8 @@ drive, USB stick, etc
                   knotifications
                   kxmlgui
                   mpc
-                  mpfr))
+                  mpfr
+                  qtwayland))
     (home-page "https://apps.kde.org/kcalc/";)
     (synopsis "Scientific calculator")
     (description

Reply via email to