gnu: Add qcoro-qt6.

* gnu/packages/qt.scm (qcoro-qt6): New variable.

Change-Id: I9fff23afba94acccb74b6225e605beec341c9d72
This commit is contained in:
Zheng Junjie 2024-07-05 23:09:14 +08:00
parent c223074345
commit c7e53c4a3e
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -165,6 +165,16 @@ (define-public qcoro-qt5
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")