gnu: Add qtserialport.
* gnu/packages/qt.scm (qtserialport): New variable.
This commit is contained in:
parent
bc8ede0150
commit
00806f2bb9
|
@ -657,6 +657,22 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("wayland" ,wayland)))))
|
("wayland" ,wayland)))))
|
||||||
|
|
||||||
|
(define-public qtserialport
|
||||||
|
(package (inherit qtsvg)
|
||||||
|
(name "qtserialport")
|
||||||
|
(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
|
||||||
|
"1hp63cgqhps6y1k041lzhcb2b0rcpcmszabnn293q5ilbvla4x0b"))))
|
||||||
|
(native-inputs `(("perl" ,perl)))
|
||||||
|
(inputs `(("qtbase" ,qtbase)))))
|
||||||
|
|
||||||
(define-public qjson
|
(define-public qjson
|
||||||
(package
|
(package
|
||||||
(name "qjson")
|
(name "qjson")
|
||||||
|
|
Loading…
Reference in New Issue