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 "make" "-j" (number->string (parallel-job-count)))
|
||||||
(invoke "./TestExcel"))))))))
|
(invoke "./TestExcel"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list libxkbcommon qtbase vulkan-headers))
|
||||||
(home-page "https://qtexcel.github.io/QXlsx/")
|
(home-page "https://qtexcel.github.io/QXlsx/")
|
||||||
(synopsis "C++ library to read/write Excel XLSX files using Qt")
|
(synopsis "C++ library to read/write Excel XLSX files using Qt")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue