guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 491ea218b0e0a89b07efdf8e87c195b41011c728
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Sep 1 19:39:21 2026 -0300

    gnu: libopenshot: Build with Qt6.
    
    * gnu/packages/video.scm (libopenshot)[propagated-inputs]: Remove
    qtbase-5, qtmultimedia-5, qtsvg-5. Add qtbase, qtmultimedia, qtsvg.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 79876bb6c92..287f75e0c56 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6569,9 +6569,9 @@ create smoother and stable videos.")
            imagemagick
            jsoncpp
            libopenshot-audio
-           qtbase-5
-           qtmultimedia-5
-           qtsvg-5
+           qtbase
+           qtmultimedia
+           qtsvg
            zeromq))
     (arguments
      (list

Reply via email to