This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new efa87aa4a9 gnu: qtvirtualkeyboard: Fix description.
efa87aa4a9 is described below
commit efa87aa4a9e309b8ae27d0abb0a863057c469270
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Mar 5 12:32:48 2026 +0200
gnu: qtvirtualkeyboard: Fix description.
* gnu/packages/qt.scm (qtvirtualkeyboard-5, qtvirtualkeyboard)
[description]: Adjust the description to refer to the correct package.
Change-Id: I0f347dfe1f19c9fb05bf084dc86a95c12a043851
---
gnu/packages/qt.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 03b57df5de..31b24581ef 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3502,9 +3502,9 @@ message.")
(inputs (list qtbase-5 qtdeclarative-5))
(propagated-inputs (list qtquickcontrols-5 qtsvg-5))
(synopsis "QtQuick virtual keyboard")
- (description "The Qt Speech module provides a virtual keyboard framework
-that consists of a C++ backend supporting custom input methods as well as a UI
-frontend implemented in QML.")))
+ (description "The Qt Virtual Keyboard module provides a virtual keyboard
+framework that consists of a C++ backend supporting custom input methods as
well
+as a UI frontend implemented in QML.")))
(define-public qtvirtualkeyboard
(package
@@ -3541,9 +3541,9 @@ frontend implemented in QML.")))
(inputs (list qtbase))
(propagated-inputs (list qtdeclarative qtmultimedia qtsvg))
(synopsis "QtQuick virtual keyboard")
- (description "The Qt Speech module provides a virtual keyboard framework
-that consists of a C++ backend supporting custom input methods as well as a UI
-frontend implemented in QML.")
+ (description "The Qt Virtual Keyboard module provides a virtual keyboard
+framework that consists of a C++ backend supporting custom input methods as
well
+as a UI frontend implemented in QML.")
(home-page (package-home-page qtbase))
(license (package-license qtbase))))