guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

124/347: gnu: Add qcoro-qt6.


From: guix-commits
Subject: 124/347: gnu: Add qcoro-qt6.
Date: Fri, 28 Jun 2024 09:58:41 -0400 (EDT)

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

commit 7440a28788d9035f3e93098156721d72e092bca8
Author: Zheng Junjie <zhengjunjie@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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]