mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add qcoro-qt6.
* gnu/packages/qt.scm (qcoro-qt6): New variable. Change-Id: I9fff23afba94acccb74b6225e605beec341c9d72
This commit is contained in:
parent
c223074345
commit
c7e53c4a3e
1 changed files with 10 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue