z572 pushed a commit to branch kde-team
in repository guix.

commit 100f3d193c1c80d7c13ca3fe2f6d9bab9ffafde6
Author: Zheng Junjie <[email protected]>
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 b996ed407e..1e8c9c2a5e 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")

Reply via email to