[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: gnome-builder: Expound description.
From: |
guix-commits |
Subject: |
03/03: gnu: gnome-builder: Expound description. |
Date: |
Fri, 10 Jul 2020 17:25:51 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 876d022c03fb9e961c0e199b9b7c7e4edcec491c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jul 10 23:24:39 2020 +0200
gnu: gnome-builder: Expound description.
* gnu/packages/gnome.scm (gnome-builder)[description]: Expound.
---
gnu/packages/gnome.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4dc0d1e..2f390c6 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+)))