gnu: textpieces: Reorder dependencies and fix description.
* gnu/packages/textpieces.scm (textpieces)[description]: Add missing "is a". [inputs, native-inputs]: Reorder. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									054ddcbbc6
								
							
						
					
					
						commit
						3c7d4fdc30
					
				
					 1 changed files with 12 additions and 12 deletions
				
			
		| 
						 | 
					@ -920,28 +920,28 @@ Octave.  TeXmacs is completely extensible via Guile.")
 | 
				
			||||||
       #:glib-or-gtk? #t))
 | 
					       #:glib-or-gtk? #t))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config
 | 
					     (list appstream-glib
 | 
				
			||||||
           vala
 | 
					 | 
				
			||||||
           desktop-file-utils
 | 
					 | 
				
			||||||
           appstream-glib
 | 
					 | 
				
			||||||
           gettext-minimal
 | 
					 | 
				
			||||||
           blueprint-compiler
 | 
					           blueprint-compiler
 | 
				
			||||||
 | 
					           desktop-file-utils
 | 
				
			||||||
 | 
					           gettext-minimal
 | 
				
			||||||
           `(,glib "bin")
 | 
					           `(,glib "bin")
 | 
				
			||||||
           `(,gtk "bin")))
 | 
					           `(,gtk "bin")
 | 
				
			||||||
 | 
					           pkg-config
 | 
				
			||||||
 | 
					           vala))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list json-glib
 | 
					     (list gtk
 | 
				
			||||||
 | 
					           gtksourceview
 | 
				
			||||||
 | 
					           json-glib
 | 
				
			||||||
           libadwaita
 | 
					           libadwaita
 | 
				
			||||||
           libgee
 | 
					           libgee
 | 
				
			||||||
           python
 | 
					           python
 | 
				
			||||||
           python-pygobject
 | 
					           python-pygobject
 | 
				
			||||||
           python-pyyaml
 | 
					           python-pyyaml))
 | 
				
			||||||
           gtk
 | 
					 | 
				
			||||||
           gtksourceview))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/liferooter/textpieces")
 | 
					    (home-page "https://github.com/liferooter/textpieces")
 | 
				
			||||||
    (synopsis "Quick text processor")
 | 
					    (synopsis "Quick text processor")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Text Pieces tool for quick text transformations such as checksums,
 | 
					     "Text Pieces is a tool for quick text transformations such as checksums,
 | 
				
			||||||
encoding, decoding and so on.
 | 
					encoding, decoding, etc.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The basic features of Text Pieces are:
 | 
					The basic features of Text Pieces are:
 | 
				
			||||||
@itemize
 | 
					@itemize
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue