gnu: qcoro-qt6: Adjust synopsis.

* gnu/packages/qt.scm (qcoro-qt6)[synopsis]: Adjust it.

Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Zheng Junjie 2024-09-06 22:44:05 +08:00
parent 4d19bacc8e
commit 2c8e2933f4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -170,6 +170,7 @@ (define-public qcoro-qt6
(package
(inherit qcoro-qt5)
(name "qcoro-qt6")
(synopsis "C++ Coroutine Library for Qt6")
(inputs (modify-inputs (package-inputs qcoro-qt5)
(replace "qtbase" qtbase)
(replace "qtdeclarative" qtdeclarative)