gnu: Add qtnetworkauth.

* gnu/packages/qt.scm (qtnetworkauth): New variable.
master
Efraim Flashner 2017-08-01 21:24:46 +03:00
parent e84eb77a3a
commit f47d279366
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 16 additions and 0 deletions

View File

@ -1181,6 +1181,22 @@ developers using C++ or QML, a CSS & JavaScript like language.")
`(("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)))))
(define-public qtnetworkauth
(package (inherit qtsvg)
(name "qtnetworkauth")
(version "5.9.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
"1fgax3p7lqcz29z2n1qxnfpkj3wxq1x9bfx61q6nss1fs74pxzra"))))
(inputs
`(("qtbase" ,qtbase)))))
(define-public python-sip
(package
(name "python-sip")