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 @@ | ||||||
| of C++20 coroutines in connection with certain asynchronous Qt actions.") | of C++20 coroutines in connection with certain asynchronous Qt actions.") | ||||||
|     (license license:expat))) |     (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 | (define-public qmdnsengine | ||||||
|   ;; Used as submodule in https://github.com/moonlight-stream/moonlight-qt |   ;; Used as submodule in https://github.com/moonlight-stream/moonlight-qt | ||||||
|   (let ((commit "b7a5a9f225d5e14b39f9fd1f905c4f505cf2ee99") |   (let ((commit "b7a5a9f225d5e14b39f9fd1f905c4f505cf2ee99") | ||||||
|  |  | ||||||
		Reference in a new issue