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

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6d0502f9c3 gnu: python-pyside-2: Fix qtspeech input name.
6d0502f9c3 is described below

commit 6d0502f9c3608ffd6b3b3c9b603cb5d4ad14d8c9
Author: Jean-Pierre De Jesus DIAZ <[email protected]>
AuthorDate: Tue Apr 9 12:07:40 2024 +0200

    gnu: python-pyside-2: Fix qtspeech input name.
    
    * gnu/packages/qt.scm (python-pyside-2) <arguments>: Fix input name
    of qtspeech-5 on fix-qt-module-detection phase.
    
    Change-Id: Ie566aedddcd03b3b6aedb97dfbea8bc783db2205
    Signed-off-by: Guillaume Le Vaillant <[email protected]>
---
 gnu/packages/qt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index dcc9bfeb62..13af841455 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2023 Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2022, 2024 Zheng Junjie <[email protected]>
 ;;; Copyright © 2023 Herman Rimm <[email protected]>
+;;; Copyright © 2024 Foundation Devices, Inc. <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4842,7 +4843,7 @@ color-related widgets.")
                                           "qtscript"
                                           "qtscxml"
                                           "qtsensors-5"
-                                          "qtspeech-5"
+                                          "qtspeech"
                                           "qtsvg"
                                           "qttools"
                                           "qtwebchannel"

Reply via email to