about summary refs log tree commit diff
path: root/pkgs/applications/editors/gnome-builder
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2018-07-31 22:46:47 -0700
committerJamey Sharp <jamey@minilop.net>2018-07-31 22:46:47 -0700
commite6bcb54539a13cfb7a0558f5f68e833e30290295 (patch)
tree3a5a7c994528380151368cd0f86045d453400b7c /pkgs/applications/editors/gnome-builder
parent499ca65930019842bbc5241ef01174760fb1cd05 (diff)
downloadnixlib-e6bcb54539a13cfb7a0558f5f68e833e30290295.tar
nixlib-e6bcb54539a13cfb7a0558f5f68e833e30290295.tar.gz
nixlib-e6bcb54539a13cfb7a0558f5f68e833e30290295.tar.bz2
nixlib-e6bcb54539a13cfb7a0558f5f68e833e30290295.tar.lz
nixlib-e6bcb54539a13cfb7a0558f5f68e833e30290295.tar.xz
nixlib-e6bcb54539a13cfb7a0558f5f68e833e30290295.tar.zst
nixlib-e6bcb54539a13cfb7a0558f5f68e833e30290295.zip
gnome-builder: add a long description
Including a comment about the need for additional runtime dependencies.
Diffstat (limited to 'pkgs/applications/editors/gnome-builder')
-rw-r--r--pkgs/applications/editors/gnome-builder/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix
index c0031312d833..1008b83a1f4b 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -137,6 +137,16 @@ in stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "An IDE for writing GNOME-based software";
+    longDescription = ''
+      Global search, auto-completion, source code map, documentation
+      reference, and other features expected in an IDE, but with a focus
+      on streamlining GNOME-based development projects.
+
+      This package does not pull in the dependencies needed for every
+      plugin. If you find that a plugin you wish to use doesn't work, we
+      currently recommend running gnome-builder inside a nix-shell with
+      appropriate dependencies loaded.
+    '';
     homepage = https://wiki.gnome.org/Apps/Builder;
     license = licenses.gpl3Plus;
     maintainers = gnome3.maintainers;