mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add qtnetworkauth.
* gnu/packages/qt.scm (qtnetworkauth): New variable.
This commit is contained in:
parent
e84eb77a3a
commit
f47d279366
1 changed files with 16 additions and 0 deletions
|
@ -1181,6 +1181,22 @@ (define-public qtdatavis3d
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
("qtdeclarative" ,qtdeclarative)))))
|
("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
|
(define-public python-sip
|
||||||
(package
|
(package
|
||||||
(name "python-sip")
|
(name "python-sip")
|
||||||
|
|
Loading…
Reference in a new issue