This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53871cf9fc gnu: plasmatube: Reorder inputs, add qtwayland.
53871cf9fc is described below

commit 53871cf9fc6e368977c7d83b4bb43c87b34b54a0
Author: Sughosha <[email protected]>
AuthorDate: Tue Jul 22 10:36:15 2025 +0530

    gnu: plasmatube: Reorder inputs, add qtwayland.
    
    * gnu/packages/kde-plasma.scm (plasmatube)[inputs]: Reorder inputs; add
    qtwayland.
    
    Change-Id: If28ea1d6b9a5b326cbab7e760fa8ee0d8e434865
---
 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 1789c2b260..7742a3ffbf 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1883,12 +1883,13 @@ KF5/Qt5 to KF6/Qt6")
            kirigami-addons
            ki18n
            kwindowsystem
+           mpvqt
            purpose
            qtdeclarative
            qtmultimedia
            qtsvg
            qtkeychain-qt6
-           mpvqt
+           qtwayland
            yt-dlp))
     (arguments (list #:qtbase qtbase))
     (home-page "https://apps.kde.org/plasmatube/";)

Reply via email to