me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -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