gnu: Add qtquickcontrols2.

* gnu/packages/qt.scm (qtquickcontrols2): New variable.
This commit is contained in:
David Craven 2016-08-14 19:57:15 +02:00
parent ae0e51330c
commit 42da149291
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 17 additions and 0 deletions

View File

@ -819,6 +819,23 @@ developers using C++ or QML, a CSS & JavaScript like language.")
`(("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)))))
(define-public qtquickcontrols2
(package (inherit qtsvg)
(name "qtquickcontrols2")
(version "5.6.1-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
"0wfa2xcqsvx3zihd5nb9f9qhq0xn14c03sw1qdymzfsryqwmk4ac"))))
(inputs
`(("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)))))
(define-public python-sip
(package
(name "python-sip")