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:
Sharlatan Hellseher 2023-02-28 00:12:28 +00:00 committed by Ludovic Courtès
parent aaf7e31d19
commit 0bef4c7f83
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1148,7 +1148,7 @@ (define-public qxlsx
(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