gnu: Add qxlsx-qt5.

* gnu/packages/qt.scm (qxlsx-qt5): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sharlatan Hellseher 2023-02-28 00:12:29 +00:00 committed by Ludovic Courtès
parent 0bef4c7f83
commit f6deb45c8f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1156,6 +1156,13 @@ (define-public qxlsx
XLSX document format.")
(license license:expat)))
(define-public qxlsx-qt5
(package/inherit qxlsx
(name "qxlsx-qt5")
(inputs
(list qtbase-5))
(synopsis "Qt5 build for the qxlsx library.")))
(define-public qtxmlpatterns
(package (inherit qtsvg-5)
(name "qtxmlpatterns")