gnu: vala: Update synopsis and description.
* gnu/packages/gnome.scm (vala) [synopsis]: Modify. [description]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>master
parent
87d33d72a0
commit
b29f227d7b
|
@ -4315,12 +4315,12 @@ passwords in the GNOME keyring.")
|
||||||
`(("glib" ,glib) ; required by libvala-0.40.pc
|
`(("glib" ,glib) ; required by libvala-0.40.pc
|
||||||
("libgvc" ,graphviz)))
|
("libgvc" ,graphviz)))
|
||||||
(home-page "https://wiki.gnome.org/Projects/Vala/")
|
(home-page "https://wiki.gnome.org/Projects/Vala/")
|
||||||
(synopsis "Compiler for the GObject type system")
|
(synopsis "Compiler using the GObject type system")
|
||||||
(description
|
(description "Vala is a programming language using modern high level
|
||||||
"Vala is a programming language that aims to bring modern programming
|
abstractions without imposing additional runtime requirements and without using
|
||||||
language features to GNOME developers without imposing any additional runtime
|
a different ABI compared to applications and libraries written in C. Vala uses
|
||||||
requirements and without using a different ABI compared to applications and
|
the GObject type system and has additional code generation routines that make
|
||||||
libraries written in C.")
|
targeting the GNOME stack simple.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public vte
|
(define-public vte
|
||||||
|
|
Reference in New Issue