gnu: Add qtxmlpatterns.
* gnu/packages/qt.scm (qtxmlpatterns): New variable.
This commit is contained in:
parent
f6c13613af
commit
98eec71280
1 changed files with 16 additions and 0 deletions
|
@ -505,6 +505,22 @@ (define-public qtx11extras
|
||||||
`(("mesa" ,mesa)
|
`(("mesa" ,mesa)
|
||||||
("qtbase" ,qtbase)))))
|
("qtbase" ,qtbase)))))
|
||||||
|
|
||||||
|
(define-public qtxmlpatterns
|
||||||
|
(package (inherit qtsvg)
|
||||||
|
(name "qtxmlpatterns")
|
||||||
|
(version "5.6.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://download.qt.io/official_releases/qt/"
|
||||||
|
(version-major+minor version) "/" version
|
||||||
|
"/submodules/" name "-opensource-src-"
|
||||||
|
version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0q412jv3xbg7v05b8pbahifwx17gzlp96s90akh6zwhpm8i6xx34"))))
|
||||||
|
(native-inputs `(("perl" ,perl)))
|
||||||
|
(inputs `(("qtbase" ,qtbase)))))
|
||||||
|
|
||||||
(define-public qjson
|
(define-public qjson
|
||||||
(package
|
(package
|
||||||
(name "qjson")
|
(name "qjson")
|
||||||
|
|
Loading…
Reference in a new issue