gnu: Add qtquickcontrols.

* gnu/packages/qt.scm (qtquickcontrols): New variable.
master
David Craven 2016-08-14 19:54:02 +02:00
parent 5ca6ef95f4
commit ae0e51330c
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 17 additions and 0 deletions

View File

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