z572 pushed a commit to branch kde-team in repository guix. commit 7440a28788d9035f3e93098156721d72e092bca8 Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Fri May 3 18:07:27 2024 +0800
gnu: Add qcoro-qt6. * gnu/packages/qt.scm (qcoro-qt6): New variable. Change-Id: I907478a0f4443586924d3e311e2a78b1eef8c929 --- gnu/packages/qt.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index ce2c141c0c..44a6282bb3 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -165,6 +165,16 @@ of C++20 coroutines in connection with certain asynchronous Qt actions.") (license license:expat))) +(define-public qcoro-qt6 + (package + (inherit qcoro-qt5) + (name "qcoro-qt6") + (inputs (modify-inputs (package-inputs qcoro-qt5) + (replace "qtbase" qtbase) + (replace "qtdeclarative" qtdeclarative) + (replace "qtwebsockets" qtwebsockets) + (append libxkbcommon))))) + (define-public qmdnsengine ;; Used as submodule in https://github.com/moonlight-stream/moonlight-qt (let ((commit "b7a5a9f225d5e14b39f9fd1f905c4f505cf2ee99")