gnu: Add qtgraphicaleffects.

* gnu/packages/qt.scm (qtgraphicaleffects): New variable.
This commit is contained in:
David Craven 2016-08-14 19:58:17 +02:00
parent 42da149291
commit 4e4ed0eee8
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -836,6 +836,23 @@ (define-public qtquickcontrols2
`(("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)))))
(define-public qtgraphicaleffects
(package (inherit qtsvg)
(name "qtgraphicaleffects")
(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
"0560800fa9sd6dw1vk0ia9vq8ywdrwch2cpsi1vmh4iyxgwfr71b"))))
(inputs
`(("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)))))
(define-public python-sip
(package
(name "python-sip")