gnu: Add qtconnectivity.
* gnu/packages/qt.scm (qtconnectivity): New variable.
This commit is contained in:
parent
e3a2ed8151
commit
e98cb96d69
1 changed files with 21 additions and 0 deletions
|
@ -544,6 +544,27 @@ (define-public qtdeclarative
|
||||||
`(("mesa" ,mesa)
|
`(("mesa" ,mesa)
|
||||||
("qtbase" ,qtbase)))))
|
("qtbase" ,qtbase)))))
|
||||||
|
|
||||||
|
(define-public qtconnectivity
|
||||||
|
(package (inherit qtsvg)
|
||||||
|
(name "qtconnectivity")
|
||||||
|
(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
|
||||||
|
"06fr9321f52kf0nda9zjjfzp5694hbnx0y0v315iw28mnpvandas"))))
|
||||||
|
(native-inputs
|
||||||
|
`(("perl" ,perl)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
|
("qtdeclarative" ,qtdeclarative)))
|
||||||
|
(inputs
|
||||||
|
`(("bluez" ,bluez)
|
||||||
|
("qtbase" ,qtbase)))))
|
||||||
|
|
||||||
(define-public qjson
|
(define-public qjson
|
||||||
(package
|
(package
|
||||||
(name "qjson")
|
(name "qjson")
|
||||||
|
|
Loading…
Reference in a new issue