gnu: Add qtwebchannel.
* gnu/packages/qt.scm (qtwebchannel): New variable.
This commit is contained in:
parent
00806f2bb9
commit
f5377013d6
1 changed files with 19 additions and 0 deletions
|
@ -673,6 +673,25 @@ (define-public qtserialport
|
||||||
(native-inputs `(("perl" ,perl)))
|
(native-inputs `(("perl" ,perl)))
|
||||||
(inputs `(("qtbase" ,qtbase)))))
|
(inputs `(("qtbase" ,qtbase)))))
|
||||||
|
|
||||||
|
(define-public qtwebchannel
|
||||||
|
(package (inherit qtsvg)
|
||||||
|
(name "qtwebchannel")
|
||||||
|
(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
|
||||||
|
"01q80917a1048hdhaii4v50dqs84h16lc9w3v99r9xvspk8vab7q"))))
|
||||||
|
(native-inputs
|
||||||
|
`(("perl" ,perl)
|
||||||
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
("qtwebsockets" ,qtwebsockets)))
|
||||||
|
(inputs `(("qtbase" ,qtbase)))))
|
||||||
|
|
||||||
(define-public qjson
|
(define-public qjson
|
||||||
(package
|
(package
|
||||||
(name "qjson")
|
(name "qjson")
|
||||||
|
|
Loading…
Reference in a new issue