diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 11:38:26 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-26 15:43:39 -0400 |
commit | b29f227d7ba739b7cd34bccbec7b026e43656662 (patch) | |
tree | 5978a937dfa3b378331b34b32a83c4f8d1499dee /gnu | |
parent | 87d33d72a0c40d81ed5802ba63ed8b2446d0de50 (diff) | |
download | guix-b29f227d7ba739b7cd34bccbec7b026e43656662.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 70e3c38e20..f071fd857e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4315,12 +4315,12 @@ passwords in the GNOME keyring.") `(("glib" ,glib) ; required by libvala-0.40.pc ("libgvc" ,graphviz))) (home-page "https://wiki.gnome.org/Projects/Vala/") - (synopsis "Compiler for the GObject type system") - (description - "Vala is a programming language that aims to bring modern programming -language features to GNOME developers without imposing any additional runtime -requirements and without using a different ABI compared to applications and -libraries written in C.") + (synopsis "Compiler using the GObject type system") + (description "Vala is a programming language using modern high level +abstractions without imposing additional runtime requirements and without using +a different ABI compared to applications and libraries written in C. Vala uses +the GObject type system and has additional code generation routines that make +targeting the GNOME stack simple.") (license license:lgpl2.1+))) (define-public vte |