1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -170,6 +170,7 @@ of C++20 coroutines in connection with certain asynchronous Qt actions.")
(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)