gnu: Add qtserialport.
* gnu/packages/qt.scm (qtserialport): New variable.
This commit is contained in:
		
							parent
							
								
									bc8ede0150
								
							
						
					
					
						commit
						00806f2bb9
					
				
					 1 changed files with 16 additions and 0 deletions
				
			
		|  | @ -657,6 +657,22 @@ developers using C++ or QML, a CSS & JavaScript like language.") | |||
|        ("qtbase" ,qtbase) | ||||
|        ("wayland" ,wayland))))) | ||||
| 
 | ||||
| (define-public qtserialport | ||||
|   (package (inherit qtsvg) | ||||
|     (name "qtserialport") | ||||
|     (version "5.6.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 | ||||
|                "1hp63cgqhps6y1k041lzhcb2b0rcpcmszabnn293q5ilbvla4x0b")))) | ||||
|     (native-inputs `(("perl" ,perl))) | ||||
|     (inputs `(("qtbase" ,qtbase))))) | ||||
| 
 | ||||
| (define-public qjson | ||||
|   (package | ||||
|     (name "qjson") | ||||
|  |  | |||
		Reference in a new issue