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>master
parent
aaf7e31d19
commit
0bef4c7f83
|
@ -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 New Issue