summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJean-Pierre De Jesus DIAZ <jean@foundation.xyz>2024-04-09 12:07:40 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-04-09 13:42:44 +0200
commit6d0502f9c3608ffd6b3b3c9b603cb5d4ad14d8c9 (patch)
tree6ab5926285fe313f77ce7ff0bb8d087cb31ccdd1 /gnu/packages
parent51de844a0ff6ea224367a384092896bce6848b9f (diff)
downloadguix-6d0502f9c3608ffd6b3b3c9b603cb5d4ad14d8c9.tar.gz
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 <glv@posteo.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/qt.scm3
1 files changed, 2 insertions, 1 deletions
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 @@ color-related widgets.")
                                           "qtscript"
                                           "qtscxml"
                                           "qtsensors-5"
-                                          "qtspeech-5"
+                                          "qtspeech"
                                           "qtsvg"
                                           "qttools"
                                           "qtwebchannel"