gnu: qxlsx: Use Qt6.
* gnu/packages/qt.scm (qxlsx): [inputs]: Use QTBASE (Qt6) instead QTBASE-5. Add LIBXKBCOMMON, VULKAN-HEADERS. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									aaf7e31d19
								
							
						
					
					
						commit
						0bef4c7f83
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1148,7 +1148,7 @@ from within Qt 5."))) | |||
|                   (invoke "make" "-j" (number->string (parallel-job-count))) | ||||
|                   (invoke "./TestExcel")))))))) | ||||
|      (inputs | ||||
|       (list qtbase-5)) | ||||
|       (list libxkbcommon qtbase vulkan-headers)) | ||||
|      (home-page "https://qtexcel.github.io/QXlsx/") | ||||
|      (synopsis "C++ library to read/write Excel XLSX files using Qt") | ||||
|      (description | ||||
|  |  | |||
		Reference in a new issue