This package browser is in early development. Mind the rough edges.

gnome-builder

Toolsmith for GNOME-based applications

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.

Installation

Install the latest version of gnome-builder as follows:

guix install gnome-builder

Or install a particular version:

guix install gnome-builder@47.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of gnome-builder about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/gnome-builder'><img src='https://packages.guix.gnu.org/packages/gnome-builder/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/gnome-builder/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/gnome-builder)

Example Org:

[[https://packages.guix.gnu.org/packages/gnome-builder][https://packages.guix.gnu.org/packages/gnome-builder/badges/latest-version.svg]]