mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
51de844a0f
commit
6d0502f9c3
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue