gnu: Add qtwebsockets.

* gnu/packages/qt.scm (qtwebsockets): New variable.
This commit is contained in:
Efraim Flashner 2016-06-06 20:05:47 +03:00
parent e98cb96d69
commit cac893ec09
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93

View File

@ -565,6 +565,24 @@ developers using C++ or QML, a CSS & JavaScript like language.")
`(("bluez" ,bluez)
("qtbase" ,qtbase)))))
(define-public qtwebsockets
(package (inherit qtsvg)
(name "qtwebsockets")
(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
"0fkj52i4yi6gmq4jfjgdij08cspxspac6mbpf0fknnllimmkl7jm"))))
(native-inputs
`(("perl" ,perl)
("qtdeclarative" ,qtdeclarative)))
(inputs `(("qtbase" ,qtbase)))))
(define-public qjson
(package
(name "qjson")