me
/
guix
Archived
1
0
Fork 0

gnu: Add qtgraphicaleffects.

* gnu/packages/qt.scm (qtgraphicaleffects): New variable.
master
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
1 changed files with 17 additions and 0 deletions

View File

@ -836,6 +836,23 @@ developers using C++ or QML, a CSS & JavaScript like language.")
`(("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")