diff options
-rw-r--r-- | gnu/packages/qt.scm | 3 |
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 <[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" |