mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add qtx11extras.
* gnu/packages/qt.scm (qtx11extras): New variable.
This commit is contained in:
parent
9b69421021
commit
f6c13613af
1 changed files with 18 additions and 0 deletions
|
@ -487,6 +487,24 @@ (define-public qtimageformats
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("zlib" ,zlib)))))
|
("zlib" ,zlib)))))
|
||||||
|
|
||||||
|
(define-public qtx11extras
|
||||||
|
(package (inherit qtsvg)
|
||||||
|
(name "qtx11extras")
|
||||||
|
(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
|
||||||
|
"0l736qiz8adrnh267xz63hv4sph6nhy90h836qfnnmv3p78ipsz8"))))
|
||||||
|
(native-inputs `(("perl" ,perl)))
|
||||||
|
(inputs
|
||||||
|
`(("mesa" ,mesa)
|
||||||
|
("qtbase" ,qtbase)))))
|
||||||
|
|
||||||
(define-public qjson
|
(define-public qjson
|
||||||
(package
|
(package
|
||||||
(name "qjson")
|
(name "qjson")
|
||||||
|
|
Loading…
Reference in a new issue