diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/qt.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 0d4300a9f4..2ed2972e48 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") |