diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 11:38:26 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:17 -0400 |
commit | 31d7321c4d52feec98305490fc969f8ec6387108 (patch) | |
tree | 8aeeec3d3931c10ded0110bebe8887069ec89199 /gnu | |
parent | 44b0f217716d6d6ab437c2b0dc76bc9efe8f8844 (diff) | |
download | guix-31d7321c4d52feec98305490fc969f8ec6387108.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 5b1d339a11..e5940d4961 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4380,12 +4380,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 vala-0.50 |