summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2018-04-04 14:42:06 +0200
committerLéo Gaspard <leo@gaspard.io>2018-04-04 14:58:54 +0200
commit51d9192cddf8c749384b5feb81d5833064db3a1d (patch)
treea41e5dcb3b395478fa0f91c66866e9eaaac1533d /pkgs/applications/networking/irc
parentf57fb2ee26bd3df7e094a9bfcce9c1103baee455 (diff)
downloadnixlib-51d9192cddf8c749384b5feb81d5833064db3a1d.tar
nixlib-51d9192cddf8c749384b5feb81d5833064db3a1d.tar.gz
nixlib-51d9192cddf8c749384b5feb81d5833064db3a1d.tar.bz2
nixlib-51d9192cddf8c749384b5feb81d5833064db3a1d.tar.lz
nixlib-51d9192cddf8c749384b5feb81d5833064db3a1d.tar.xz
nixlib-51d9192cddf8c749384b5feb81d5833064db3a1d.tar.zst
nixlib-51d9192cddf8c749384b5feb81d5833064db3a1d.zip
weechat: point description to documentation
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/weechat/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix
index cfed44c997ae..7439454489a9 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -72,6 +72,11 @@ let
       meta = {
         homepage = http://www.weechat.org/;
         description = "A fast, light and extensible chat client";
+        longDescription = ''
+          You can find more documentation as to how to customize this package
+          (eg. adding python modules for scripts that would require them, etc.)
+          on https://nixos.org/nixpkgs/manual/#sec-weechat .
+        '';
         license = stdenv.lib.licenses.gpl3;
         maintainers = with stdenv.lib.maintainers; [ lovek323 garbas the-kenny lheckemann ];
         platforms = stdenv.lib.platforms.unix;