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

commit 6d1cc5cc48af21ff806f5c48e8c8c4f9702cb08e
Author: Sughosha <[email protected]>
AuthorDate: Tue Oct 7 20:13:07 2025 +0530

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

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 2cfa43306a..ea1cb5e970 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2658,7 +2658,8 @@ PulseAudio.")
                   kcoreaddons
                   kcontacts
                   qtdeclarative
-                  qtsvg))
+                  qtsvg
+                  qtwayland))
     (home-page "https://plasma-mobile.org/";)
     (synopsis "Phonebook for Plasma Mobile devices")
     (description "This package provides contacts application which allows

Reply via email to