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:
parent
0bef4c7f83
commit
f6deb45c8f
1 changed files with 7 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue