guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c71caf2ae918d35ddd6d524d83949b012f08f026
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Mon Jan 12 21:34:51 2026 +0100

    gnu: papagayo: Add Wayland.
    
    * gnu/packages/animation.scm 
(papagayo)[arguments]<#:phases>{wrap-executable}:
    Add qtwayland.
    [inputs]: Add qtwayland.
    
    Change-Id: I449d4dd412c46088dec2091dd6ab6b6a1302ebae
---
 gnu/packages/animation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 4fca759ef5..6c24d53258 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -316,7 +316,7 @@ language.")
             ;; Ensure that all required Qt plugins are found at runtime.
             (add-after 'install 'wrap-executable
               (lambda* (#:key inputs #:allow-other-keys)
-                (let ((qt '("qtbase" "qtmultimedia")))
+                (let ((qt '("qtbase" "qtmultimedia" "qtwayland")))
                   (wrap-program (string-append #$output "/bin/Papagayo")
                     `("QT_PLUGIN_PATH" ":" prefix
                       ,(map (lambda (label)
@@ -324,7 +324,7 @@ language.")
                                              "/lib/qt5/plugins/"))
                             qt)))))))))
       (inputs
-       (list bash-minimal qtbase-5 qtmultimedia-5 libsndfile))
+       (list bash-minimal qtbase-5 qtmultimedia-5 qtwayland-5 libsndfile))
       (native-inputs
        (list qttools-5))
       (home-page "https://www.lostmarble.com/papagayo/";)

Reply via email to