gnu: qtxmlpatterns: Build QML plugin for XmlListModel.
* gnu/packages/qt.scm (qtdeclarative)[native-inputs]: Remove qtxmlpatterns. (qtxmlpatterns)[native-inputs]: Add qtdeclarative.
This commit is contained in:
parent
e05471a1a9
commit
3e10b2418d
@ -723,6 +723,7 @@ from within Qt 5.")))
|
|||||||
"1l44476ibb8rv4rf80vbjdc3712lmrl1xcxswa513ip66k47p5vn"))))
|
"1l44476ibb8rv4rf80vbjdc3712lmrl1xcxswa513ip66k47p5vn"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg)
|
(substitute-keyword-arguments (package-arguments qtsvg)
|
||||||
|
((#:tests? _ #f) #f) ; TODO: Enable the tests
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
(add-after 'unpack 'disable-network-tests
|
(add-after 'unpack 'disable-network-tests
|
||||||
@ -730,7 +731,8 @@ from within Qt 5.")))
|
|||||||
(("qxmlquery") "# qxmlquery")
|
(("qxmlquery") "# qxmlquery")
|
||||||
(("xmlpatterns ") "# xmlpatterns"))
|
(("xmlpatterns ") "# xmlpatterns"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs `(("perl" ,perl)))
|
(native-inputs `(("perl" ,perl)
|
||||||
|
("qtdeclarative" ,qtdeclarative)))
|
||||||
(inputs `(("qtbase" ,qtbase)))
|
(inputs `(("qtbase" ,qtbase)))
|
||||||
(synopsis "Qt XML patterns module")
|
(synopsis "Qt XML patterns module")
|
||||||
(description "The QtXmlPatterns module is a XQuery and XPath engine for
|
(description "The QtXmlPatterns module is a XQuery and XPath engine for
|
||||||
@ -758,8 +760,7 @@ xmlpatternsvalidator.")))
|
|||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("python-wrapper" ,python-wrapper)
|
("python-wrapper" ,python-wrapper)
|
||||||
("qtsvg" ,qtsvg)
|
("qtsvg" ,qtsvg)))
|
||||||
("qtxmlpatterns" ,qtxmlpatterns)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("mesa" ,mesa)
|
`(("mesa" ,mesa)
|
||||||
("qtbase" ,qtbase)))
|
("qtbase" ,qtbase)))
|
||||||
|
Loading…
Reference in New Issue
Block a user