gnu: gnome-builder: Expound description.

* gnu/packages/gnome.scm (gnome-builder)[description]: Expound.
This commit is contained in:
Ludovic Courtès 2020-07-10 23:24:39 +02:00
parent 683cac584e
commit 876d022c03
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

@ -10555,5 +10555,8 @@ to generate stacktraces which are then interpreted by the userspace program
("xorg-server" ,xorg-server-for-tests)))
(home-page "https://wiki.gnome.org/Apps/Builder")
(synopsis "Toolsmith for GNOME-based applications")
(description "Builder aims to be an IDE for writing GNOME-based software.")
(description "Builder aims to be an integrated development
environment (IDE) for writing GNOME-based software. It features fuzzy search,
auto-completion, a mini code map, documentation browsing, Git integration, an
integrated profiler via Sysprof, debugging support, and more.")
(license license:gpl3+)))