summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-07-10 23:24:39 +0200
committerLudovic Courtès <ludo@gnu.org>2020-07-10 23:25:00 +0200
commit876d022c03fb9e961c0e199b9b7c7e4edcec491c (patch)
tree64f420743734216456292d5f1c985ad3a84527fe /gnu/packages/gnome.scm
parent683cac584e3c32a29eb4ca18cd0ddf25955723a6 (diff)
downloadguix-patches-876d022c03fb9e961c0e199b9b7c7e4edcec491c.tar
guix-patches-876d022c03fb9e961c0e199b9b7c7e4edcec491c.tar.gz
gnu: gnome-builder: Expound description.
* gnu/packages/gnome.scm (gnome-builder)[description]: Expound.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4dc0d1e606..2f390c6955 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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+)))