gnu: Add qtgraphicaleffects.
* gnu/packages/qt.scm (qtgraphicaleffects): New variable.
This commit is contained in:
		
							parent
							
								
									42da149291
								
							
						
					
					
						commit
						4e4ed0eee8
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		|  | @ -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") | ||||
|  |  | |||
		Reference in a new issue