guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: pencil2d: Add Wayland.
    
    * gnu/packages/animation.scm (pencil2d)[inputs]: Add qtwayland-5.
    
    Change-Id: Ia09ede19c58254ad085e02f91c079596810bc603
---
 gnu/packages/animation.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 6c24d53258..255941c947 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -352,7 +352,8 @@ waveform until they line up with the proper sounds.")
                 "0b1nwiwyg01087q318vymg4si76dw41ykxbn2zwd6dqbxzbpr1dh"))))
     (build-system gnu-build-system)
     (inputs
-     (list bash-minimal qtbase-5 qtxmlpatterns-5 qtmultimedia-5 qtsvg-5))
+     (list bash-minimal qtbase-5 qtxmlpatterns-5 qtmultimedia-5 qtsvg-5
+           qtwayland-5))
     (arguments
      (list
       #:phases

Reply via email to