gnu: Add qtnetworkauth, version 6.3.1.

* gnu/packages/qt.scm (qtnetworkauth): New variable.
This commit is contained in:
Maxim Cournoyer 2022-07-19 20:30:07 -04:00
parent 2e27ccec83
commit d9e8d7f4aa
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1981,6 +1981,26 @@ (define-public qtnetworkauth-5
(description "The Qt Network Authorization module provides an (description "The Qt Network Authorization module provides an
implementation of OAuth and OAuth2 authenticathon methods for Qt."))) implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
(define-public qtnetworkauth
(package
(name "qtnetworkauth")
(version "6.3.1")
(source (origin
(method url-fetch)
(uri (qt5-urls name version))
(sha256
(base32
"0apvsb2ip1m3kw8vi9spvf6f6q72ys8vr40rpyysi7shsjwm83yn"))))
(build-system cmake-build-system)
(arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
(native-inputs (list perl))
(inputs (list qtbase))
(home-page (package-home-page qtbase))
(synopsis "Qt Network Authorization module")
(description "The Qt Network Authorization module provides an
implementation of OAuth and OAuth2 authenticathon methods for Qt.")
(license (package-license qtbase))))
(define-public qtremoteobjects (define-public qtremoteobjects
(package (inherit qtsvg-5) (package (inherit qtsvg-5)
(name "qtremoteobjects") (name "qtremoteobjects")