diff mbox series

[bug#70304] gnu: python-pyside-2: Fix qtspeech input name.

Message ID 06f8f0ba676997c4138e914bae7b7696f87f68da.1712657236.git.jean@foundation.xyz
State New
Headers show
Series [bug#70304] gnu: python-pyside-2: Fix qtspeech input name. | expand

Commit Message

Jean-Pierre De Jesus Diaz April 9, 2024, 10:07 a.m. UTC
* gnu/packages/qt.scm (python-pyside-2) <arguments>: Fix input name
of qtspeech-5 on fix-qt-module-detection phase.

Change-Id: Ie566aedddcd03b3b6aedb97dfbea8bc783db2205
---
 gnu/packages/qt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


base-commit: cd45294d576975a3bff2f755764a3f46f09ea6f9

Comments

Guillaume Le Vaillant April 9, 2024, 11:51 a.m. UTC | #1
Patch applied as 6d0502f9c3608ffd6b3b3c9b603cb5d4ad14d8c9.
Thanks.
diff mbox series

Patch

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 <sharlatanus@gmail.com>
 ;;; Copyright © 2022, 2024 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023 Herman Rimm <herman@rimm.ee>
+;;; Copyright © 2024 Foundation Devices, Inc. <hello@foundation.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4842,7 +4843,7 @@  (define-public python-pyside-2
                                           "qtscript"
                                           "qtscxml"
                                           "qtsensors-5"
-                                          "qtspeech-5"
+                                          "qtspeech"
                                           "qtsvg"
                                           "qttools"
                                           "qtwebchannel"