gnu: links: Sort inputs.
* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.
This commit is contained in:
		
							parent
							
								
									dfb99268b0
								
							
						
					
					
						commit
						77986a6a99
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -188,13 +188,13 @@ older or slower computers and embedded systems.") | |||
|                        "--enable-graphics") | ||||
|                #t)))))) | ||||
|     (native-inputs `(("pkg-config" ,pkg-config))) | ||||
|     (inputs `(("zlib" ,zlib) | ||||
|               ("openssl" ,openssl) | ||||
|     (inputs `(("libevent" ,libevent) | ||||
|               ("libjpeg" ,libjpeg-turbo) | ||||
|               ("libtiff" ,libtiff) | ||||
|               ("libevent" ,libevent) | ||||
|               ("libpng" ,libpng) | ||||
|               ("libxt" ,libxt))) | ||||
|               ("libtiff" ,libtiff) | ||||
|               ("libxt" ,libxt) | ||||
|               ("openssl" ,openssl) | ||||
|               ("zlib" ,zlib))) | ||||
|     (synopsis "Text and graphics mode web browser") | ||||
|     (description "Links is a graphics and text mode web browser, with many | ||||
| features including, tables, builtin image display, bookmarks, SSL and more.") | ||||
|  |  | |||
		Reference in a new issue