gnu: Add qtpurchasing.

* gnu/packages/qt.scm (qtpurchasing): New variable.
This commit is contained in:
Efraim Flashner 2017-01-06 00:24:54 +02:00
parent 56cd88fd3c
commit de5e018057
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -993,6 +993,23 @@ (define-public qtscxml
`(("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)))))
(define-public qtpurchasing
(package (inherit qtsvg)
(name "qtpurchasing")
(version "5.7.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
"0hkvrgafz1hx9q4yc3nskv3pd3fszghvvd5a7mj33ynf55wpb57n"))))
(inputs
`(("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)))))
(define-public python-sip
(package
(name "python-sip")